Última actividad 1731483524

A general purpose HTTP reverse proxy and forwarding tool. (Docker version 24.0.2-1525 and higher)

Revisión d65ec6bb490a3f2c17c69ea8798ac4b93c9d4fd1

gistfile1.txt Sin formato
1services:
2 zoraxy:
3 image: zoraxydocker/zoraxy:latest
4 container_name: zoraxy
5 restart: unless-stopped
6 ports:
7 - 80:80
8 - 443:443
9 - 8000:8000
10 volumes:
11 - /volume1/docker/zoraxy/:/opt/zoraxy/config/
12 - /volume1/docker/zerotier:/var/lib/zerotier-one/
13 - /var/run/docker.sock:/var/run/docker.sock
14 - /etc/localtime:/etc/localtime
15 environment:
16 FASTGEOIP: "true"
17 ZEROTIER: "true"
18 networks:
19 default:
20 ipv4_address: 192.168.1.x
21
22networks:
23 default:
24 name: macvlan
25 external: true