Add docker-compose.yaml

This commit is contained in:
2026-05-02 10:56:13 +00:00
parent 6f598a2d64
commit e82ef6f4ba
+20
View File
@@ -0,0 +1,20 @@
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: