From d65a169d9e8367f5e7126fb31b0a4605f6153163 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Sun, 17 Jan 2021 15:00:39 +0530 Subject: [PATCH] Updates wallabag, pihole, matomo and ghost --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 86c746a..6cb3f96 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ volumes: photothumbs: services: wallabag: - image: wallabag/wallabag + image: wallabag/wallabag:2.3.8 environment: - POSTGRES_PASSWORD=${PG_PASSWORD} - POSTGRES_USER=postgres @@ -65,7 +65,7 @@ services: MAILNAME: space.abhinavsarkar.net pihole: - image: pihole/pihole:v5.0 + image: pihole/pihole:v5.1.2 environment: ServerIP: ${PH_SERVER_IP} WEBPASSWORD: ${PH_PASSWORD} @@ -120,7 +120,7 @@ services: - .:/opt/space matomo: - image: matomo:3.13-fpm + image: matomo:4.1-fpm volumes: - ./matomo-config:/var/www/html/config - matomo:/var/www/html @@ -158,7 +158,7 @@ services: - DRONE_SECRET=${DRONE_SECRET} arpita_site: - image: ghost:3.21.0-alpine + image: ghost:3.36.0-alpine restart: always volumes: - ./ghost/arpita_site:/var/lib/ghost/content