Update postgres volume for 18+

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
pull/2556/head
J0WI 3 months ago
parent 5e8f8593c8
commit f5cc93730d

@ -7,7 +7,7 @@ services:
image: postgres:alpine
restart: always
volumes:
- db:/var/lib/postgresql/data:Z
- db:/var/lib/postgresql:Z
env_file:
- db.env

@ -7,7 +7,7 @@ services:
image: postgres:alpine
restart: always
volumes:
- db:/var/lib/postgresql/data:Z
- db:/var/lib/postgresql:Z
env_file:
- db.env

@ -7,7 +7,7 @@ services:
image: postgres:alpine
restart: always
volumes:
- db:/var/lib/postgresql/data:Z
- db:/var/lib/postgresql:Z
env_file:
- db.env

@ -7,7 +7,7 @@ services:
image: postgres:alpine
restart: always
volumes:
- db:/var/lib/postgresql/data:Z
- db:/var/lib/postgresql:Z
env_file:
- db.env

Loading…
Cancel
Save