We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01c0955 + f681ea3 commit f3a52ffCopy full SHA for f3a52ff
README.md
@@ -77,6 +77,8 @@ COMPRESSION="GZ"
77
SPLIT_DB="FALSE"
78
CONTAINER_ENABLE_MONITORING="false"
79
MYSQL_SINGLE_TRANSACTION="true"
80
+USER_DBBACKUP=1001
81
+GROUP_DBBACKUP=1001
82
```
83
84
**``.env``** example
docker-compose.yml
@@ -100,7 +100,6 @@ services:
100
101
db-backup:
102
container_name: cncnet_ladder_backup${ENV_SUFFIX}
103
- user: "${HOST_UID:-1000}:${HOST_GID:-1000}"
104
env_file:
105
- '.backup.env'
106
image: tiredofit/db-backup
0 commit comments