From 1f2184da4a4756137e1cef4f90ea4510c10f6030 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 1 Nov 2023 05:24:01 +0000 Subject: Update InstallationNotes --- InstallationNotes.md | 4 ++++ 1 file changed, 4 insertions(+) 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: -- cgit v1.2.3