1 Commits

Author SHA1 Message Date
710dc89d5b Update postgres Docker tag to v14.12 2024-05-10 00:00:18 +00:00

View File

@@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:14.10-alpine
image: postgres:14.12-alpine
restart: always
volumes:
- /mnt/data/db:/var/lib/postgresql/data
@@ -14,7 +14,7 @@ services:
restart: always
app:
image: nextcloud:28.0.6-fpm-alpine
image: nextcloud:28.0.2-fpm-alpine
# ports:
# - 8080:80
restart: always
@@ -49,7 +49,7 @@ services:
- app
cron:
image: nextcloud:28.0.6-fpm-alpine
image: nextcloud:28.0.2-fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html