Update compose.yaml

This commit is contained in:
2026-04-17 16:02:29 +02:00
parent 90e473a8b7
commit ae5f119d34
+2 -2
View File
@@ -4,12 +4,12 @@ services:
gts-federation: gts-federation:
image: domoel/gts-federator:latest image: domoel/gts-federator:latest
container_name: gts-federator 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: volumes:
- ./data:/app/data - ./data:/app/data
- ./rss_feeds.txt:/app/rss_feeds.txt:ro - ./rss_feeds.txt:/app/rss_feeds.txt:ro
environment: environment:
- TZ=Europe/Berlin # Change to your local timezone - TZ=Europe/Berlin # Change to your local timezone.
env_file: env_file:
- .env - .env
restart: always restart: always