Add Proxy_Containers/zoraxy/compose.yaml
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
services:
|
||||||
|
zoraxy:
|
||||||
|
image: zoraxydocker/zoraxy:latest
|
||||||
|
container_name: zoraxy
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
|
- 443:443
|
||||||
|
- 8050:8000
|
||||||
|
volumes:
|
||||||
|
- /srv/docker/zoraxy/config/:/opt/zoraxy/config/
|
||||||
|
- /srv/docker/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:
|
||||||
|
FASTGEOIP: "true"
|
||||||
Reference in New Issue
Block a user