mirror of
https://github.com/elyby/accounts.git
synced 2026-05-02 04:03:56 +05:30
Добавлен phpmyadmin в docker-compose
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM phpmyadmin/phpmyadmin
|
||||
|
||||
RUN printf "\n\nrequire('./config.local.php');\n" >> /www/config.inc.php
|
||||
|
||||
COPY config.local.php /www/
|
||||
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
$cfg['NavigationTreeEnableGrouping'] = false;
|
||||
$cfg['LoginCookieValidity'] = 60 * 60 * 24 * 365;
|
||||
Reference in New Issue
Block a user