From ade3c95e1af60c9cc54c163fe213aabca784783e Mon Sep 17 00:00:00 2001 From: Niklas Meyer Date: Tue, 17 Jan 2023 21:48:18 +0100 Subject: [PATCH] Updated docker-compose.yml --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index cef5ede..a3d6f97 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: db: - image: postgres:14-alpine + image: postgres:14.6-alpine restart: always volumes: - /mnt/data/db:/var/lib/postgresql/data @@ -10,11 +10,11 @@ services: - db.env redis: - image: redis:7-alpine + image: redis:7.0.8-alpine restart: always app: - image: nextcloud:25-fpm-alpine + image: nextcloud:25.0.2-fpm-alpine # ports: # - 8080:80 restart: always @@ -49,7 +49,7 @@ services: - app cron: - image: nextcloud:25-fpm-alpine + image: nextcloud:25.0.2-fpm-alpine restart: always volumes: - nextcloud:/var/www/html @@ -61,7 +61,7 @@ services: - redis imaginary: - image: h2non/imaginary:latest + image: h2non/imaginary:1.2.3 restart: always # optionally mount a volume as local image source volumes: