0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-28 01:18:06 +02:00
This commit is contained in:
Josh 2024-10-19 16:02:17 +03:00 committed by GitHub
commit 0ee0db952b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

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