From ae5f119d3447c338c35f275fee9109ee333b0c36 Mon Sep 17 00:00:00 2001 From: Dome Date: Fri, 17 Apr 2026 16:02:29 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index d5f0604..332a72f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,12 +4,12 @@ services: gts-federation: image: domoel/gts-federator:latest container_name: gts-federator - #user: 1026:100 # "If you run into permission issues with the 'data' folder, make sure to set the correct UID/GID for your system." + #user: 1026:100 # If you run into permission issues with the 'data' folder, make sure to set the correct UID/GID for your system. volumes: - ./data:/app/data - ./rss_feeds.txt:/app/rss_feeds.txt:ro environment: - - TZ=Europe/Berlin # Change to your local timezone + - TZ=Europe/Berlin # Change to your local timezone. env_file: - .env restart: always