Fixed Version 18 Issue with PostgreSQL Volume Mount Location
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 9s

This commit is contained in:
2025-10-28 16:03:53 -06:00
parent a0e9ab4c47
commit d8f6e899cd

View File

@@ -6,8 +6,9 @@ version: "3.9"
services:
postgres:
image: postgres
restart: always
volumes:
- /srv/containers/gatus/database:/var/lib/postgresql/data
- /srv/containers/gatus/database:/var/lib/postgresql
ports:
- "5432:5432"
env_file: