diff --git a/compose.yaml b/compose.yaml index 0c25fd1..98ef8eb 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,9 +8,7 @@ services: POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} POSTGRES_DB: gmrelay_db volumes: - pgdata: - external: true - name: game_pgdata + - pgdata:/var/lib/postgresql/data ports: - "5432:5432" healthcheck: @@ -35,3 +33,5 @@ services: volumes: pgdata: + external: true + name: game_pgdata