Skip to content

Commit

Permalink
Specify user ID vs user name
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
  • Loading branch information
JasonLovesDoggo committed Oct 8, 2024
1 parent f5f2f62 commit 164b0ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dmoj/docker-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
site:
image: ghcr.io/mcpt/wlmoj-site
init: true
user: "judge:9889"
user: "1000:9889"
volumes:
- /var/share/assets:/assets/
- /var/share/cache/pdfcache:/pdfcache/
Expand Down Expand Up @@ -65,7 +65,7 @@ services:
celery:
image: ghcr.io/mcpt/wlmoj-celery
init: true
user: "judge:9889"
user: "1000:9889"
volumes:
- /var/share/cache/pdfcache:/pdfcache/
- /var/share/cache/datacache:/datacache/
Expand All @@ -89,7 +89,7 @@ services:
bridged:
image: ghcr.io/mcpt/wlmoj-bridged
init: true
user: "judge:9889"
user: "1000:9889"
volumes:
- /var/share/cache/pdfcache:/pdfcache/
- /var/share/problems/:/problems/
Expand Down

0 comments on commit 164b0ef

Please sign in to comment.