mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-01 13:17:21 +02:00
Fixed invalid idention which cause build error to enable copy paste
parent
92fc706466
commit
17316328c3
@ -35,20 +35,20 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 88:80
|
||||||
- 443:443
|
- 443:443
|
||||||
- 8005:8000/tcp
|
- 8005:8000/tcp
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/opt/zoraxy/config/
|
- ./config:/opt/zoraxy/config/
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
PORT: "8000"
|
PORT: "8000"
|
||||||
FASTGEOIP: "true"
|
FASTGEOIP: "true"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
zoraxynet:
|
zoraxynet:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user