diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..2b681f5 --- /dev/null +++ b/docker-compose.yaml @@ -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: \ No newline at end of file