Files
Zoraxy/docker-compose.yaml
T
2026-05-02 10:56:13 +00:00

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: