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

Container: Add userid variable
This commit is contained in:
Jörg Reichert 2023-05-03 19:09:43 +02:00 committed by GitHub
commit 0e72ac66c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -2,7 +2,10 @@ version: "3.7"
services:
web:
user: srm
build: .
build:
context: .
args:
- USER_ID=${USER_ID:-1000}
volumes:
- .:/app
ports: