mirror of
https://github.com/nextcloud/docker.git
synced 2025-07-19 13:58:05 +02:00
Merge 9f1ec22140
into 71235584cd
This commit is contained in:
commit
9a72c07ef7
5 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -504,7 +504,7 @@ Example:
|
|||
```yaml
|
||||
services:
|
||||
db:
|
||||
image: postgres
|
||||
image: postgres:15
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue