From 155b4680eea548ee7fed9fab6d11494aa498a1e6 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 24 Jan 2026 18:37:10 +0000 Subject: [PATCH] Add Proxy_Containers/zoraxy/compose.yaml --- Proxy_Containers/zoraxy/compose.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Proxy_Containers/zoraxy/compose.yaml diff --git a/Proxy_Containers/zoraxy/compose.yaml b/Proxy_Containers/zoraxy/compose.yaml new file mode 100644 index 0000000..01664e9 --- /dev/null +++ b/Proxy_Containers/zoraxy/compose.yaml @@ -0,0 +1,18 @@ +services: + zoraxy: + image: zoraxydocker/zoraxy:latest + container_name: zoraxy + restart: unless-stopped + ports: + - 80:80 + - 443:443 + - 8050:8000 + volumes: + - /srv/docker/zoraxy/config/:/opt/zoraxy/config/ + - /srv/docker/zoraxy/plugin/:/opt/zoraxy/plugin/ + - /var/run/docker.sock:/var/run/docker.sock + - /etc/localtime:/etc/localtime + extra_hosts: + - "host.docker.internal:host-gateway" + environment: + FASTGEOIP: "true" \ No newline at end of file