mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Merge pull request #77 from vrifox/add-userid-variable
Container: Add userid variable
This commit is contained in:
commit
0e72ac66c8
3 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,10 @@ version: "3.7"
|
|||
services:
|
||||
web:
|
||||
user: srm
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- USER_ID=${USER_ID:-1000}
|
||||
volumes:
|
||||
- .:/app
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue