mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-12-19 05:47:00 +01:00
Remove references of localtime
This commit is contained in:
@@ -51,7 +51,7 @@ services:
|
|||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
environment:
|
environment:
|
||||||
FASTGEOIP: "true"
|
FASTGEOIP: "true"
|
||||||
TZ: "Europe/London"
|
TZ: "America/New_York"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Ports
|
### Ports
|
||||||
@@ -69,7 +69,6 @@ services:
|
|||||||
| `/opt/zoraxy/config/` | Zoraxy configuration. |
|
| `/opt/zoraxy/config/` | Zoraxy configuration. |
|
||||||
| `/opt/zoraxy/plugin/` | Zoraxy plugins. |
|
| `/opt/zoraxy/plugin/` | Zoraxy plugins. |
|
||||||
| `/var/run/docker.sock` | Docker socket. Used for additional functionality with Zoraxy. |
|
| `/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
|
### Extra Hosts
|
||||||
| Host | Details |
|
| Host | Details |
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ services:
|
|||||||
- /path/to/zoraxy/config/:/opt/zoraxy/config/
|
- /path/to/zoraxy/config/:/opt/zoraxy/config/
|
||||||
- /path/to/zoraxy/plugin/:/opt/zoraxy/plugin/
|
- /path/to/zoraxy/plugin/:/opt/zoraxy/plugin/
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /etc/localtime:/etc/localtime
|
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user