Skip to content

Commit f99914e

Browse files
committed
fix bash syntax
1 parent 42a5a2d commit f99914e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ services:
3636
- USER_GID
3737
- TZ
3838
working_dir: /fossildb
39-
user: ${USER_UID:1000}:${USER_GID:1000}
39+
user: ${USER_UID:-1000}:${USER_GID:-1000}
4040
volumes:
4141
- ".:/fossildb"

0 commit comments

Comments
 (0)