File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ services:
22 wp-db :
33 restart : unless-stopped
44 image : mysql:8
5- command : ' mysqld --mysql-native-password=ON'
5+ command : " mysqld --mysql-native-password=ON --binlog_expire_logs_seconds=259200 "
66 volumes :
77 - mysql-data:/var/lib/mysql
88 - ./data:/data/
@@ -23,12 +23,12 @@ services:
2323 - local-private-net
2424 - ac-network
2525 healthcheck :
26- test : mysqladmin ping -h 127.0.0.1 -u $$MYSQL_USER --password=$$MYSQL_PASSWORD
27- interval : 5s
28- timeout : 10s
29- retries : 30
26+ test : mysqladmin ping -h 127.0.0.1 -u $$MYSQL_USER --password=$$MYSQL_PASSWORD
27+ interval : 5s
28+ timeout : 10s
29+ retries : 30
3030 cap_add :
31- - SYS_NICE # CAP_SYS_NICE
31+ - SYS_NICE # CAP_SYS_NICE
3232 php :
3333 restart : ${DOCKER_PHP_RESTART:-unless-stopped}
3434 build :
@@ -150,4 +150,3 @@ networks:
150150volumes :
151151 mysql-data :
152152 wordpress-src :
153-
You can’t perform that action at this time.
0 commit comments