Skip to content

Commit 96e4120

Browse files
authored
Merge pull request #51 from dalg24/edit_postgres_db_mountpoint
Change mountpoint of the PostgreSQL database
2 parents c02a505 + 6918153 commit 96e4120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DATA_VOLUME_CONTAINER=/data
3939
DB_VOLUME_HOST=jupyterhub-db-data
4040

4141
# Postgres volume container mount point
42-
DB_VOLUME_CONTAINER=/var/lib/postgresql/data/jupyterhub
42+
DB_VOLUME_CONTAINER=/var/lib/postgresql/data
4343

4444
# The name of the postgres database containing JupyterHub state
4545
POSTGRES_DB=jupyterhub

0 commit comments

Comments
 (0)