最後活躍 1731483524

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

修訂 c59b7f6dadd1836b1a4fd2260c6ce4add96f67d1

gistfile1.txt 原始檔案
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.183
21 ipv6_address: fd00::1:183
22
23networks:
24 default:
25 name: macvlan
26 external: true