mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 13:33:00 +00:00
DEV: Use docker links to set password environment variable in the hub.
Also, yell at people if they use the default password.
This commit is contained in:
@@ -6,5 +6,5 @@ RUN mkdir /docker-entrypoint-initdb.d
|
||||
# startup, prior to the the database being started.
|
||||
COPY initdb.sh /docker-entrypoint-initdb.d/init.sh
|
||||
|
||||
# Replace this with your own password.
|
||||
ENV JPY_PSQL_PASSWORD arglebargle
|
||||
# Uncomment and replace this with your own password.
|
||||
# ENV JPY_PSQL_PASSWORD arglebargle
|
||||
|
Reference in New Issue
Block a user