Fixed Version 18 Issue with PostgreSQL Volume Mount Location
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 9s
All checks were successful
GitOps Automatic Deployment / GitOps Automatic Deployment (push) Successful in 9s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user