fix variable syntax

This commit is contained in:
Vri 🌈 2023-05-02 20:08:57 +02:00
parent 8e92e18f79
commit db4338ff95
Signed by: vrifox
GPG key ID: D40098E5B60B2197

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: