From a7dfc3256dabd25cce6f570e0e1550f8230d59f4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 27 Mar 2023 11:44:27 +0300 Subject: [PATCH] compose: set image suffix --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9f77c76..fec4ed6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: - db:/var/lib/postgresql/data app: - image: cthulhoo/ttrss-fpm-pgsql-static + image: cthulhoo/ttrss-fpm-pgsql-static:latest restart: unless-stopped env_file: - .env @@ -23,7 +23,7 @@ services: - db backups: - image: cthulhoo/ttrss-fpm-pgsql-static + image: cthulhoo/ttrss-fpm-pgsql-static:latest restart: unless-stopped env_file: - .env @@ -35,7 +35,7 @@ services: command: /opt/tt-rss/dcron.sh -f updater: - image: cthulhoo/ttrss-fpm-pgsql-static + image: cthulhoo/ttrss-fpm-pgsql-static:latest restart: unless-stopped env_file: - .env @@ -47,7 +47,7 @@ services: command: /opt/tt-rss/updater.sh web-nginx: - image: cthulhoo/ttrss-web-nginx + image: cthulhoo/ttrss-web-nginx:latest restart: unless-stopped ports: - ${HTTP_PORT}:80