Merge pull request #51 from dalg24/edit_postgres_db_mountpoint

Change mountpoint of the PostgreSQL database
This commit is contained in:
Min RK 2017-10-30 11:42:05 +01:00 committed by GitHub
commit 96e41209e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.env
View File

@ -39,7 +39,7 @@ DATA_VOLUME_CONTAINER=/data
DB_VOLUME_HOST=jupyterhub-db-data
# Postgres volume container mount point
DB_VOLUME_CONTAINER=/var/lib/postgresql/data/jupyterhub
DB_VOLUME_CONTAINER=/var/lib/postgresql/data
# The name of the postgres database containing JupyterHub state
POSTGRES_DB=jupyterhub