Skip to content

Commit

Permalink
Update docker-compose.yaml to set mode=777 for /app/workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinchai committed Mar 29, 2024
1 parent 1d28014 commit 1ae856c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
network: host
tmpfs:
- /app/output
- /app/workdir
- /app/workdir:exec,mode=777
- /app/webui/pages
volumes:
- ./settings:/app/settings
Expand Down

0 comments on commit 1ae856c

Please sign in to comment.