From 5ea2812428e1a3dc3134a3998a1b3bbb597f2673 Mon Sep 17 00:00:00 2001 From: Michel Memeteau Date: Thu, 1 Apr 2021 14:46:30 +0200 Subject: [PATCH] switch to custom libresh image --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d47ac01..1d25d2d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,7 +23,7 @@ services: - back - lb_web app: - image: nextcloud:${NEXTCLOUD_VERSION:-latest} + image: libresh/nextcloud:${NEXTCLOUD_VERSION:-latest} links: - db volumes: @@ -57,7 +57,7 @@ services: networks: - back cron: - image: nextcloud:${NEXTCLOUD_VERSION:-latest} + image: libresh/nextcloud:${NEXTCLOUD_VERSION:-latest} links: - db volumes_from: -- GitLab