aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-10-13 09:54:07 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2020-10-13 09:54:07 +0100
commit73bc28b11f10a7ff1582b9e5b9cffe53cd029104 (patch)
treeb96874c357729364007e883754d2750e19fe416d /build
parent2f578531baf5c033ae785501ee955381862ed314 (diff)
Update docker-compose.deps.yml
Diffstat (limited to 'build')
-rw-r--r--build/docker/docker-compose.deps.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/docker/docker-compose.deps.yml b/build/docker/docker-compose.deps.yml
index facfc01b..afc572d0 100644
--- a/build/docker/docker-compose.deps.yml
+++ b/build/docker/docker-compose.deps.yml
@@ -6,6 +6,9 @@ services:
restart: always
volumes:
- ./postgres/create_db.sh:/docker-entrypoint-initdb.d/20-create_db.sh
+ # To persist your PostgreSQL databases outside of the Docker image, to
+ # prevent data loss, you will need to add something like this:
+ # - ./path/to/persistent/storage:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: itsasecret
POSTGRES_USER: dendrite