Skip to content

Commit

Permalink
Add user for permission problem
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlion committed Dec 1, 2023
1 parent 85721b6 commit a8d755f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
retries: 10
app:
build: .
user: 0:0
ports:
- 4000:4000
volumes:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
retries: 10
app:
image: ghcr.io/claperco/claper:latest
user: 0:0
ports:
- 4000:4000
volumes:
Expand Down

0 comments on commit a8d755f

Please sign in to comment.