Update compose.yaml
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user