Skip to content

Commit f3a52ff

Browse files
authored
Merge pull request #432 from CnCNet/develop
fix backup container permissions
2 parents 01c0955 + f681ea3 commit f3a52ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ COMPRESSION="GZ"
7777
SPLIT_DB="FALSE"
7878
CONTAINER_ENABLE_MONITORING="false"
7979
MYSQL_SINGLE_TRANSACTION="true"
80+
USER_DBBACKUP=1001
81+
GROUP_DBBACKUP=1001
8082
```
8183

8284
**``.env``** example

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ services:
100100

101101
db-backup:
102102
container_name: cncnet_ladder_backup${ENV_SUFFIX}
103-
user: "${HOST_UID:-1000}:${HOST_GID:-1000}"
104103
env_file:
105104
- '.backup.env'
106105
image: tiredofit/db-backup

0 commit comments

Comments
 (0)