mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Remove default user, password and url from Dockerfile envvars
This commit is contained in:
parent
5788f13d4b
commit
280f4d792c
@ -5,9 +5,9 @@ ENV LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US.UTF-8" \
|
||||
TERM="xterm" \
|
||||
ACTION="" \
|
||||
PORTAINER_USER="root" \
|
||||
PORTAINER_PASSWORD="password" \
|
||||
PORTAINER_URL="http://example.com:9000" \
|
||||
PORTAINER_USER="" \
|
||||
PORTAINER_PASSWORD="" \
|
||||
PORTAINER_URL="" \
|
||||
PORTAINER_STACK_NAME="" \
|
||||
DOCKER_COMPOSE_FILE="" \
|
||||
PORTAINER_PRUNE="false" \
|
||||
|
Loading…
Reference in New Issue
Block a user