Skip to content

Commit

Permalink
Merge pull request #127 from Georiviere/fix_uid_docker
Browse files Browse the repository at this point in the history
Add UID/GID mapping to fix problem at installation
  • Loading branch information
babastienne committed Sep 7, 2023
2 parents 8b7edcb + dcb05ae commit 6d1e8f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:

web:
image: georiviere:latest
user: $UID:$GID
build:
context: .
target: dev
Expand Down

0 comments on commit 6d1e8f6

Please sign in to comment.