diff --git a/ntopng/docker-compose.yaml b/ntopng/docker-compose.yaml index 21f7c77..394b37b 100644 --- a/ntopng/docker-compose.yaml +++ b/ntopng/docker-compose.yaml @@ -5,7 +5,7 @@ services: hostname: ntopng restart: always environment: - TZ: "Europe/Paris" + TZ: "Europe/London" NTOP_UID: 1000 NTOP_GID: 1000 network_mode: host