Replace tt-rss image with new fork
This commit is contained in:
parent
fa644e6dc9
commit
395f556f4a
1 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ tinytinyrss_env:
|
|||
|
||||
tinytinyrss_compose:
|
||||
watchtower: false
|
||||
image: cthulhoo/ttrss-web-nginx
|
||||
image: ghcr.io/tt-rss/tt-rss-web-nginx:latest
|
||||
volumes:
|
||||
- app:/var/www/html:ro
|
||||
file:
|
||||
|
|
@ -35,7 +35,7 @@ tinytinyrss_compose:
|
|||
depends_on:
|
||||
- tt-rss
|
||||
tt-rss:
|
||||
image: cthulhoo/ttrss-fpm-pgsql-static
|
||||
image: ghcr.io/tt-rss/tt-rss:latest
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
|
|
@ -44,7 +44,7 @@ tinytinyrss_compose:
|
|||
networks:
|
||||
default:
|
||||
updater:
|
||||
image: cthulhoo/ttrss-fpm-pgsql-static
|
||||
image: ghcr.io/tt-rss/tt-rss:latest
|
||||
restart: always
|
||||
env_file:
|
||||
- .env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue