add zoraxy

This commit is contained in:
2026-04-14 23:20:40 +00:00
parent bbbd2110ad
commit e92f96eb6d

12
zoraxy/compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
zoraxy-docker:
image: zoraxydocker/zoraxy:latest
container_name: zoraxy
ports:
- 80:80
- 443:443
- 8000:8000/tcp
volumes:
- ./config:/opt/zoraxy/config/
environment:
ARGS: '-noauth=false'