zoraxy/docker/docker-compose.yml
Samuel Paluba 5c2b8e4c31
Create docker-compose.yml
So portainer can use latest compose automaticaly
2025-03-31 01:01:22 +02:00

17 lines
418 B
YAML

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"