generated from erangel1/generic-template
Add docker-compose.yaml
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
services:
|
||||||
|
zoraxy:
|
||||||
|
image: zoraxydocker/zoraxy:v3.3.3-rc1
|
||||||
|
container_name: zoraxy
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
|
- 443:443
|
||||||
|
- 8000:8000
|
||||||
|
volumes:
|
||||||
|
- zoraxy_config:/opt/zoraxy/config
|
||||||
|
- zoraxy_plugin:/opt/zoraxy/plugin
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
|
environment:
|
||||||
|
FASTGEOIP: "true"
|
||||||
|
volumes:
|
||||||
|
zoraxy_config:
|
||||||
|
zoraxy_plugin:
|
||||||
Reference in New Issue
Block a user