Skip to content

Commit f245a61

Browse files
authored
Merge pull request #616 from SamuelPalubaCZ/main
Create docker-compose.yml
2 parents f6eef46 + 5c2b8e4 commit f245a61

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docker/docker-compose.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
services:
2+
zoraxy:
3+
image: zoraxydocker/zoraxy:latest
4+
container_name: zoraxy
5+
restart: unless-stopped
6+
ports:
7+
- 80:80
8+
- 443:443
9+
- 8000:8000
10+
volumes:
11+
- /path/to/zoraxy/config/:/opt/zoraxy/config/
12+
- /path/to/zoraxy/plugin/:/opt/zoraxy/plugin/
13+
- /var/run/docker.sock:/var/run/docker.sock
14+
- /etc/localtime:/etc/localtime
15+
environment:
16+
FASTGEOIP: "true"

0 commit comments

Comments
 (0)