0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00
This commit is contained in:
Josh 2025-03-19 20:54:31 +01:00 committed by GitHub
commit 7e0d249240
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 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

@ -515,7 +515,7 @@ Example:
```yaml
services:
db:
image: postgres
image: postgres:15
restart: always
volumes:
- db:/var/lib/postgresql/data