From f1622e546104fbbc5ccb405be8f5dcf3a1680955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 5 Jul 2022 22:24:13 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e419830..1b0dea0 100644 --- a/manifest.json +++ b/manifest.json @@ -27,7 +27,7 @@ "services": [ "nginx", "php8.0-fpm", - "mysql" + "postgresql" ], "arguments": { "install" : [ @@ -40,7 +40,7 @@ "type": "path", "example": "/ttrss", "default": "/ttrss" - }, + }, { "name": "is_public", "type": "boolean",