From f0d724d6e9e72c943b6351ba117f4538115deba1 Mon Sep 17 00:00:00 2001 From: Jarno Rankinen <50285623+0ranki@users.noreply.github.com> Date: Wed, 6 Dec 2023 00:37:34 +0200 Subject: [PATCH] Update PODMAN.md --- PODMAN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PODMAN.md b/PODMAN.md index eb69153..e5e539a 100644 --- a/PODMAN.md +++ b/PODMAN.md @@ -72,8 +72,8 @@ data: NEXTCLOUD_ADMIN_USER: administrator NEXTCLOUD_ADMIN_PASSWORD: adminPassw0rd NEXTCLOUD_TRUSTED_DOMAINS: cloud.example.com 192.168.123.22 - REDIS_HOST: 127.0.0.1 - REDIS_PORT: 6379 + REDIS_HOST: 127.0.0.1 # Don't change this + REDIS_PORT: 6379 # or this TZ: Europe/Helsinki ## Optionally tweak these ## PHP_MEMORY_LIMIT: 3G