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 4c634f7 commit 1797769
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ services:
volumes:
- "/mnt/user/appdata/minecraft_server_status/config/:/app/config/:rw"
- "/mnt/user/appdata/minecraft_server_status/log/:/app/log/:rw"
user: "99:100"
network_mode: "bridge"
deploy:
resources:
limits:
memory: "1G"
user: "99:100"

networks: {}
memory: "1G"

0 comments on commit 1797769

Please sign in to comment.