From 7e82c300166dd7a11e1c800e474dd7bdf8433a74 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 1 Nov 2023 09:54:32 +0000 Subject: Update InstallationNotes --- InstallationNotes.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/InstallationNotes.md b/InstallationNotes.md index 02e401a..0676faa 100644 --- a/InstallationNotes.md +++ b/InstallationNotes.md @@ -113,9 +113,6 @@ services: web-nginx: image: cthulhoo/ttrss-web-nginx:latest - build: - dockerfile: .docker/web-nginx/Dockerfile - context: https://git.tt-rss.org/fox/tt-rss.git restart: unless-stopped env_file: - .env @@ -148,6 +145,12 @@ services: build: dockerfile: .docker/app/Dockerfile context: https://git.tt-rss.org/fox/tt-rss.git + + web-nginx: + image: cthulhoo/ttrss-web-nginx:latest + build: + dockerfile: .docker/web-nginx/Dockerfile + context: https://git.tt-rss.org/fox/tt-rss.git ``` Note that self-built images are not supported. -- cgit v1.2.3