Skip to content

Commit 5c23d91

Browse files
authored
Update postgres volume for 18+ (#2556)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
1 parent 70d2bb1 commit 5c23d91

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.examples/docker-compose/insecure/postgres/apache/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
image: postgres:alpine
88
restart: always
99
volumes:
10-
- db:/var/lib/postgresql/data:Z
10+
- db:/var/lib/postgresql:Z
1111
env_file:
1212
- db.env
1313

.examples/docker-compose/insecure/postgres/fpm/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
image: postgres:alpine
88
restart: always
99
volumes:
10-
- db:/var/lib/postgresql/data:Z
10+
- db:/var/lib/postgresql:Z
1111
env_file:
1212
- db.env
1313

.examples/docker-compose/with-nginx-proxy/postgres/apache/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
image: postgres:alpine
88
restart: always
99
volumes:
10-
- db:/var/lib/postgresql/data:Z
10+
- db:/var/lib/postgresql:Z
1111
env_file:
1212
- db.env
1313

.examples/docker-compose/with-nginx-proxy/postgres/fpm/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
image: postgres:alpine
88
restart: always
99
volumes:
10-
- db:/var/lib/postgresql/data:Z
10+
- db:/var/lib/postgresql:Z
1111
env_file:
1212
- db.env
1313

0 commit comments

Comments
 (0)