Merge pull request #51 from dalg24/edit_postgres_db_mountpoint
Change mountpoint of the PostgreSQL database
This commit is contained in:
commit
96e41209e5
2
.env
2
.env
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user