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