summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-11-01 09:54:32 +0000
committerAndrew Dolgov <[email protected]>2023-11-01 09:54:32 +0000
commit7e82c300166dd7a11e1c800e474dd7bdf8433a74 (patch)
tree6ad6c980237b50e1eb6bbc37e58eacfea98bcc53
parent02ef6038408b47d29ad7b959e9dbfb99a9149b52 (diff)
Update InstallationNotes
-rw-r--r--InstallationNotes.md9
1 files 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.