Update env file example to contain Volume mount point for DB folder
This commit is contained in:
@@ -9,6 +9,9 @@ DJANGO_STATIC_VOL=/path/to/static/root
|
||||
# Path to the media root. Must be served by a webserver on the media URL
|
||||
DJANGO_MEDIA_VOL=/path/to/media/root
|
||||
|
||||
# folder for DB
|
||||
PGDATA_VOL=/path/to/pgdata
|
||||
|
||||
# Port to serve the App
|
||||
PORT=8000
|
||||
|
||||
|
Reference in New Issue
Block a user