<docker-compose.yml>
services:
zoraxy:
image: zoraxydocker/zoraxy:latest
container_name: zoraxy
labels:
- "diun.enable=true"
restart: always
ports:
- 38080:80
- 38443:443
- 38000:8000
volumes:
- ./config/:/opt/zoraxy/config/
- /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime
environment:
FASTGEOIP: "true"
ZEROTIER: "true"