mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-01 13:17:21 +02:00
Updated FAQ Frequently Asked Questions (markdown)
parent
2212a1fb79
commit
0041a898a4
@ -4,6 +4,31 @@
|
|||||||
|
|
||||||
Yes a docker image is provided by [passivelemmon](https://github.com/PassiveLemon), you can find more information in the [docker readme](https://github.com/tobychui/zoraxy/blob/main/docker/README.md)!
|
Yes a docker image is provided by [passivelemmon](https://github.com/PassiveLemon), you can find more information in the [docker readme](https://github.com/tobychui/zoraxy/blob/main/docker/README.md)!
|
||||||
|
|
||||||
|
Here is an example docker-compose.yml:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
|
||||||
|
services:
|
||||||
|
zoraxy:
|
||||||
|
image: zoraxydocker/zoraxy:latest
|
||||||
|
container_name: zoraxy
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- 80:80
|
||||||
|
- 443:443
|
||||||
|
- 8005:8000/tcp
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- ./config:/opt/zoraxy/config/
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
|
environment:
|
||||||
|
noauth: false
|
||||||
|
docker: true
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
# Create a systemd-service for Zoraxy
|
# Create a systemd-service for Zoraxy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user