@@ -24,12 +24,13 @@ This is not meant for any actual monitoring or diagnostics, only an experiment i
### Pre-built images
Tag | Explanation
----|------------
proxy | Use this image if you are using a reverse proxy
port | Use this image if you want to access d-zone via `IP:PORT`
- Using the [`proxy`](https://github.com/Griefed/docker-D-Zone/blob/lsiobase/alpine/Dockerfile.proxy) tag: Use this image if you are using a reverse proxy. Connecting via IP:PORT will not work with this image.
- Using the [`port`](https://github.com/Griefed/docker-D-Zone/blob/lsiobase/alpine/Dockerfile.port) tag: Use this image if you want to access d-zone via IP:PORT. Connecting with a reverse proxy will not work with this image.
```docker-compose.yml
version: '3.6'
services:
d-zone:
container_name: d-zone
image: griefed/d-zone:<tag> # Either proxy or port
...
...
@@ -53,6 +54,8 @@ I've tested it on a Raspberry Pi 3B & 3B+.