Compare commits
3 Commits
v14.0
...
remove-adm
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13ed9edaaa | ||
|
|
9073aa23f6 | ||
|
|
923cded79a |
@@ -1026,8 +1026,8 @@ services:
|
||||
- ADMINER_DEFAULT_SERVER=${ADM_DEFAULT_SERVER}
|
||||
ports:
|
||||
- "${ADM_PORT}:8080"
|
||||
depends_on:
|
||||
- php-fpm
|
||||
# depends_on:
|
||||
# - php-fpm
|
||||
networks:
|
||||
- frontend
|
||||
- backend
|
||||
|
||||
@@ -15,6 +15,4 @@ COPY my.cnf /etc/mysql/conf.d/my.cnf
|
||||
|
||||
RUN chmod 0444 /etc/mysql/conf.d/my.cnf
|
||||
|
||||
CMD ["mysqld"]
|
||||
|
||||
EXPOSE 3306
|
||||
|
||||
@@ -10,7 +10,3 @@ sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGI
|
||||
character-set-server=utf8
|
||||
default-authentication-plugin=mysql_native_password
|
||||
innodb_use_native_aio=0
|
||||
|
||||
[client]
|
||||
user=root
|
||||
password="root"
|
||||
|
||||
Reference in New Issue
Block a user