diff --git a/compose.yaml b/compose.yaml index 1b3fde9..bda05b5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -21,7 +21,7 @@ services: ports: - 5432:5432 volumes: - - pg_volume:/var/lib/postgresql/data:rw + - pg_volume:/var/lib/postgresql stop_grace_period: 120s environment: POSTGRES_USER: mnemo