set TZ in environment

This commit is contained in:
Patrick Asmus (ws06-vm) 2025-05-19 20:14:54 +02:00
parent 05ac92b7ba
commit ae38c81cec

View File

@ -4,6 +4,8 @@ services:
container_name: tor-project container_name: tor-project
hostname: tor-project hostname: tor-project
network_mode: host network_mode: host
environment:
- TZ=Europe/Berlin
ports: ports:
- "9001:9001" - "9001:9001"
- "9030:9030" - "9030:9030"