2
0

fix: update systemctl service and mysql my.conf

This commit is contained in:
zhangsz
2025-02-18 11:35:04 +08:00
parent 72a11a6365
commit 1d7a2ba69a
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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