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