Merge pull request #5 from vrifox/add-userid-variable

fix variable syntax
This commit is contained in:
Vri 🌈 2023-05-02 20:11:02 +02:00 committed by GitHub
commit 224e98e90f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ services:
build: build:
context: . context: .
args: args:
- USER_ID=${USER_ID=1000} - USER_ID=${USER_ID:-1000}
volumes: volumes:
- .:/app - .:/app
ports: ports: