aboutsummaryrefslogtreecommitdiffstats
path: root/compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compose.yaml')
-rw-r--r--compose.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compose.yaml b/compose.yaml
index 9f28da6..e0ef111 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -16,7 +16,7 @@ services:
env_file:
- container.env
volumes:
- - /var/lib/postgresql/data:/var/lib/postgresql/data
+ - ./postgres-data:/var/lib/postgresql/data
healthcheck:
test: ['CMD-SHELL', 'pg_isready -U postgres']
interval: 5s