generated from erangel1/generic-template
20 lines
465 B
YAML
20 lines
465 B
YAML
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: |