From 6db511a49d94f9bc16e851a4ebe50b7b62a1366d Mon Sep 17 00:00:00 2001 From: 9FS Date: Sun, 3 Nov 2024 15:42:50 +0000 Subject: [PATCH] removed PGID, PUID, UMASK from docker compose --- docker-compose.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index d00b001..e2445e3 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: {} \ No newline at end of file + memory: "1G" \ No newline at end of file