fix database volume path for PG 18
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2026-05-04 21:49:21 +02:00
parent 9846e1f77e
commit 3bfb7dd09c
Signed by: moritz
GPG key ID: 1020A035E5DD0824
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ services:
secrets:
- db_password
volumes:
- postgres_data_prod:/var/lib/postgresql/data
- postgres_data_prod:/var/lib/postgresql
ports:
- "5001:5432"
restart: unless-stopped