Skip to content

Commit

Permalink
fix bash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fm3 committed Oct 10, 2023
1 parent 42a5a2d commit f99914e
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 @@ -36,6 +36,6 @@ services:
- USER_GID
- TZ
working_dir: /fossildb
user: ${USER_UID:1000}:${USER_GID:1000}
user: ${USER_UID:-1000}:${USER_GID:-1000}
volumes:
- ".:/fossildb"

0 comments on commit f99914e

Please sign in to comment.