@@ -32,7 +32,7 @@ port | Use this image if you want to access d-zone via `IP:PORT`
...
@@ -32,7 +32,7 @@ port | Use this image if you want to access d-zone via `IP:PORT`
```docker-compose.yml
```docker-compose.yml
d-zone:
d-zone:
container_name: d-zone
container_name: d-zone
image: griefed/d-zone
image: griefed/d-zone:<tag> # Either proxy or port
restart: unless-stopped
restart: unless-stopped
volumes:
volumes:
- ./path/to/config/files:/config
- ./path/to/config/files:/config
...
@@ -47,7 +47,7 @@ port | Use this image if you want to access d-zone via `IP:PORT`
...
@@ -47,7 +47,7 @@ port | Use this image if you want to access d-zone via `IP:PORT`
### Raspberry Pi & building the image yourself
### Raspberry Pi & building the image yourself
Using the [noproxy Dockerfile](https://github.com/Griefed/docker-D-Zone/blob/lsiobase/alpine/Dockerfile.noproxy), this container can be built and run on a Raspberry Pi.
Using the [Dockerfile.port](https://github.com/Griefed/docker-D-Zone/blob/lsiobase/alpine/Dockerfile.port), this container can be built and run on a Raspberry Pi.
I've tested it on a Raspberry Pi 3B & 3B+.
I've tested it on a Raspberry Pi 3B & 3B+.
#### docker-compose.yml
#### docker-compose.yml
...
@@ -69,7 +69,7 @@ I've tested it on a Raspberry Pi 3B & 3B+.
...
@@ -69,7 +69,7 @@ I've tested it on a Raspberry Pi 3B & 3B+.
```
```
1. Clone the repository: `git clone https://github.com/Griefed/docker-D-Zone.git ./d-zone`
1. Clone the repository: `git clone https://github.com/Griefed/docker-D-Zone.git ./d-zone`