mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-12-18 13:27:00 +01:00
Remove references of localtime
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user