Skip to content

Commit

Permalink
fix: resolve permission issues for backend container to also use root
Browse files Browse the repository at this point in the history
  • Loading branch information
kurosakiaduma committed Jan 22, 2025
1 parent 26f10c7 commit 0e7a46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- type: bind
source: ./uploads
target: /app/static/uploads
user: "0:0" # Default user:group IDs for most Linux systems
user: "0:0"
deploy:
resources:
limits:
Expand Down Expand Up @@ -57,7 +57,7 @@ services:
- type: bind
source: ./uploads
target: /app/static/uploads
user: "1000:1000" # Default user:group IDs for most Linux systems
user: "0:0"
deploy:
resources:
limits:
Expand Down

0 comments on commit 0e7a46d

Please sign in to comment.