diff --git a/compose.yaml b/compose.yaml index 248b2c4d..c9a741db 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,7 +19,7 @@ services: env_file: - container.env volumes: - - ./postgres-data:/var/lib/postgresql/data + - ./postgres-data:/var/lib/postgresql/ healthcheck: test: ['CMD-SHELL', 'pg_isready -U postgres'] interval: 5s