our backups may be ran as root
This commit is contained in:
parent
c9c64c0166
commit
529ea746be
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: ./repos/backups
|
context: ./repos/backups
|
||||||
dockerfile: Containerfile
|
dockerfile: Containerfile
|
||||||
user: backups
|
user: root
|
||||||
environment:
|
environment:
|
||||||
- PYTHONUNBUFFERED=1
|
- PYTHONUNBUFFERED=1
|
||||||
- IMMEDIATE=1
|
- IMMEDIATE=1
|
||||||
|
|
Reference in a new issue