mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
fix variable syntax
This commit is contained in:
parent
8e92e18f79
commit
db4338ff95
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
args:
|
||||
- USER_ID=${USER_ID=1000}
|
||||
- USER_ID=${USER_ID:-1000}
|
||||
volumes:
|
||||
- .:/app
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue