chore(examples): add postgres 15 image tag
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
c83d457857
commit
9f1ec22140
@ -1,6 +1,6 @@
|
||||
services:
|
||||
db:
|
||||
image: postgres:alpine
|
||||
image: postgres:15
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data:Z
|
||||
@ -39,4 +39,4 @@ services:
|
||||
|
||||
volumes:
|
||||
db:
|
||||
nextcloud:
|
||||
nextcloud:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
services:
|
||||
db:
|
||||
image: postgres:alpine
|
||||
image: postgres:15
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data:Z
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
services:
|
||||
db:
|
||||
image: postgres:alpine
|
||||
image: postgres:15
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data:Z
|
||||
|
||||
@ -2,7 +2,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
db:
|
||||
image: postgres:alpine
|
||||
image: postgres:15
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data:Z
|
||||
|
||||
Loading…
Reference in New Issue
Block a user