change to root user
Some checks failed
PVE2 Infrastructure Deploy / terraform (push) Has been cancelled
Some checks failed
PVE2 Infrastructure Deploy / terraform (push) Has been cancelled
This commit is contained in:
parent
e061e9827c
commit
d75bffd433
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ services:
|
|||
container_name: namer1
|
||||
image: ghcr.io/theporndatabase/namer:latest
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PUID=root
|
||||
- PGID=root
|
||||
- NAMER_CONFIG=/config/namer.cfg
|
||||
volumes:
|
||||
- /docker/namer:/config
|
||||
|
|
|
|||
Loading…
Reference in a new issue