Remove references of localtime

This commit is contained in:
PassiveLemon
2025-11-30 13:22:21 -05:00
parent de5d4a921d
commit d6209fde94
2 changed files with 1 additions and 3 deletions

View File

@@ -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 |

View File

@@ -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: