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
|
container_name: namer1
|
||||||
image: ghcr.io/theporndatabase/namer:latest
|
image: ghcr.io/theporndatabase/namer:latest
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=root
|
||||||
- PGID=1000
|
- PGID=root
|
||||||
- NAMER_CONFIG=/config/namer.cfg
|
- NAMER_CONFIG=/config/namer.cfg
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/namer:/config
|
- /docker/namer:/config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue