Commit 7ae63ae8 by 蔡润涛

Update commom.yml

parent 613f33d9
...@@ -60,6 +60,7 @@ services: ...@@ -60,6 +60,7 @@ services:
image: databack/mysql-backup image: databack/mysql-backup
restart: always restart: always
container_name: mysql-backup container_name: mysql-backup
user: "0"
volumes: volumes:
- /home/deploy/backup:/db - /home/deploy/backup:/db
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
...@@ -71,6 +72,7 @@ services: ...@@ -71,6 +72,7 @@ services:
- DB_NAMES=db_name - DB_NAMES=db_name
- DB_DUMP_BEGIN=0300 - DB_DUMP_BEGIN=0300
- DB_SERVER=mysql - DB_SERVER=mysql
# log平台 # log平台
dozzle: dozzle:
restart: always restart: always
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment