Proxy and env var updates
This commit is contained in:
parent
76c80cde8c
commit
86c616de0a
6 changed files with 209 additions and 209 deletions
3
Makefile
3
Makefile
|
|
@ -69,6 +69,9 @@ sso:
|
|||
start:
|
||||
CURRENT_UID=$(CURRENT_UID) docker-compose up -d
|
||||
|
||||
start-dev:
|
||||
CURRENT_UID=$(CURRENT_UID) docker-compose up --build -d
|
||||
|
||||
restart:
|
||||
CURRENT_UID=$(CURRENT_UID) docker restart $(shell docker ps -a -q)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue