Skip to content

Commit

Permalink
removed PGID, PUID, UMASK from docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
9FS committed Nov 3, 2024
1 parent 00e9e50 commit 6db511a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,15 @@ services:
image: "ghcr.io/9-fs/nhentai_archivist:3.5.0"
environment:
HOST_OS: "Unraid"
PGID: 100
PUID: 99
TZ: "UTC"
UMASK: 000
volumes:
- "/mnt/user/appdata/nhentai_archivist/config/:/app/config/:rw"
- "/mnt/user/appdata/nhentai_archivist/db/:/app/db/:rw"
- "/mnt/user/appdata/nhentai_archivist/log/:/app/log/:rw"
- "/mnt/user/media/hentai/:/app/hentai/:rw"
user: "99:100"
network_mode: "bridge"
deploy:
resources:
limits:
memory: "1G"
user: "99:100"

networks: {}
memory: "1G"

0 comments on commit 6db511a

Please sign in to comment.