summaryrefslogtreecommitdiff
path: root/compose_example.yml
diff options
context:
space:
mode:
Diffstat (limited to 'compose_example.yml')
-rw-r--r--compose_example.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compose_example.yml b/compose_example.yml
index 70de5bba7b..efc7d6624d 100644
--- a/compose_example.yml
+++ b/compose_example.yml
@@ -43,7 +43,7 @@ services:
env_file:
- .config/docker.env
volumes:
- - ./db:/var/lib/postgresql/data
+ - ./db:/var/lib/postgresql
healthcheck:
test: "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"
interval: 5s