fix: update systemctl service and mysql my.conf
This commit is contained in:
@@ -171,7 +171,7 @@ case "$1" in
|
|||||||
[client]
|
[client]
|
||||||
user=root
|
user=root
|
||||||
password=\${MYSQL_ROOT_PASSWORD}
|
password=\${MYSQL_ROOT_PASSWORD}
|
||||||
host=${mysql_container_ip}
|
host=wfc-mysql
|
||||||
port=${mysql_container_port}
|
port=${mysql_container_port}
|
||||||
EOF"
|
EOF"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=WANFi Control and Billing Management System
|
Description=WANFi Control and Billing Management System
|
||||||
After=network.target docker.service
|
After=network.target
|
||||||
Requires=network.target docker.service
|
Requires=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
|||||||
Reference in New Issue
Block a user