0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-27 17:08:05 +02:00

Compare commits

...

2 commits

Author SHA1 Message Date
Josh
0ee0db952b
Merge 9f1ec22140 into d03da64ac8 2024-10-19 16:02:17 +03:00
Josh
9f1ec22140 chore(examples): add postgres 15 image tag
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-10-10 10:02:24 -04:00
5 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
services:
db:
image: postgres:alpine
image: postgres:15
restart: always
volumes:
- db:/var/lib/postgresql/data:Z

View file

@ -1,6 +1,6 @@
services:
db:
image: postgres:alpine
image: postgres:15
restart: always
volumes:
- db:/var/lib/postgresql/data:Z

View file

@ -1,6 +1,6 @@
services:
db:
image: postgres:alpine
image: postgres:15
restart: always
volumes:
- db:/var/lib/postgresql/data:Z

View file

@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:alpine
image: postgres:15
restart: always
volumes:
- db:/var/lib/postgresql/data:Z

View file

@ -396,7 +396,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