summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-11-01 05:24:01 +0000
committerAndrew Dolgov <[email protected]>2023-11-01 05:24:01 +0000
commit1f2184da4a4756137e1cef4f90ea4510c10f6030 (patch)
tree3d19e98e8d9f27542f2c81165703c1356a76e9fd
parent3b077075d416d82e46bccfc56ee9df42772f5aa5 (diff)
Update InstallationNotes
-rw-r--r--InstallationNotes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index cd15770..ba3e87e 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -141,6 +141,8 @@ Sorry, I only make and support AMD64 images, dealing with cross-platform buildx
```yaml
# docker-compose.override.yml
+version: '3'
+
services:
app:
image: cthulhoo/ttrss-fpm-pgsql-static:latest
@@ -212,6 +214,8 @@ Some options, but not all, are mentioned in `.env-dist`. You can see all availab
You can use [docker-compose.override.yml](https://docs.docker.com/compose/extends/). For example, customize `db` to use a different postgres image:
```yml
+# docker-compose.override.yml
+
version: '3'
services: