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] [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"

View File

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