mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-27 07:58:26 +01:00
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
5 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -395,7 +395,7 @@ As an alternative to passing sensitive information via environment variables, `_
|
|||
```yaml
|
||||
services:
|
||||
db:
|
||||
image: postgres
|
||||
image: postgres:15
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
|
|
Loading…
Reference in a new issue