Create docker-compose.yml

So portainer can use latest compose automaticaly
This commit is contained in:
Samuel Paluba 2025-03-31 01:01:22 +02:00 committed by GitHub
parent f6eef46d3f
commit 5c2b8e4c31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
docker/docker-compose.yml Normal file
View File

@ -0,0 +1,16 @@
services:
zoraxy:
image: zoraxydocker/zoraxy:latest
container_name: zoraxy
restart: unless-stopped
ports:
- 80:80
- 443:443
- 8000:8000
volumes:
- /path/to/zoraxy/config/:/opt/zoraxy/config/
- /path/to/zoraxy/plugin/:/opt/zoraxy/plugin/
- /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime
environment:
FASTGEOIP: "true"