Updated FAQ Frequently Asked Questions (markdown)

Marcel 2024-06-20 09:11:37 +02:00
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)!
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