diff options
Diffstat (limited to 'compose.yaml')
| -rw-r--r-- | compose.yaml | 2 |
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 |
