mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-01 13:17:21 +02:00
Updated Zoraxy in Docker with Portainer and Nginx as examples (markdown)
parent
1581778d03
commit
2212a1fb79
@ -27,22 +27,28 @@ Now we create a config-folder and a docker-compose.yml
|
|||||||
|
|
||||||
Put in these lines:
|
Put in these lines:
|
||||||
|
|
||||||
```
|
```yaml
|
||||||
services:
|
services:
|
||||||
zoraxy:
|
zoraxy:
|
||||||
image: zoraxydocker/zoraxy:latest
|
image: zoraxydocker/zoraxy:latest
|
||||||
container_name: zoraxy
|
container_name: zoraxy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
- 8005:8000/tcp
|
- 8005:8000/tcp
|
||||||
networks:
|
|
||||||
zoraxynet:
|
volumes:
|
||||||
volumes:
|
- ./config:/opt/zoraxy/config/
|
||||||
- ./config:/opt/zoraxy/config/
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
environment:
|
|
||||||
ARGS: '-noauth=false'
|
environment:
|
||||||
|
noauth: false
|
||||||
|
docker: true
|
||||||
|
|
||||||
|
networks:
|
||||||
|
zoraxynet:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
zoraxynet:
|
zoraxynet:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user