From d6209fde940c581b554c9215a3f5f62d870a49fc Mon Sep 17 00:00:00 2001 From: PassiveLemon Date: Sun, 30 Nov 2025 13:22:21 -0500 Subject: [PATCH] Remove references of localtime --- docker/README.md | 3 +-- docker/docker-compose.yml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/README.md b/docker/README.md index 65402ec..39b5a77 100644 --- a/docker/README.md +++ b/docker/README.md @@ -51,7 +51,7 @@ services: - "host.docker.internal:host-gateway" environment: FASTGEOIP: "true" - TZ: "Europe/London" + TZ: "America/New_York" ``` ### Ports @@ -69,7 +69,6 @@ services: | `/opt/zoraxy/config/` | Zoraxy configuration. | | `/opt/zoraxy/plugin/` | Zoraxy plugins. | | `/var/run/docker.sock` | Docker socket. Used for additional functionality with Zoraxy. | -| `/etc/localtime` | Localtime. Set to ensure the host and container are synchronized. | ### Extra Hosts | Host | Details | diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index f32b973..064f22c 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -11,7 +11,6 @@ services: - /path/to/zoraxy/config/:/opt/zoraxy/config/ - /path/to/zoraxy/plugin/:/opt/zoraxy/plugin/ - /var/run/docker.sock:/var/run/docker.sock - - /etc/localtime:/etc/localtime extra_hosts: - "host.docker.internal:host-gateway" environment: