Skip to content
Snippets Groups Projects
Unverified Commit c25721e7 authored by Griefed's avatar Griefed Committed by GitHub
Browse files

Update README.md

parent 070f886d
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,12 @@ This is not meant for any actual monitoring or diagnostics, only an experiment i
## Deployment
### x86_64
### 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`
```docker-compose.yml
d-zone:
......@@ -34,11 +39,11 @@ This is not meant for any actual monitoring or diagnostics, only an experiment i
environment:
- TOKEN=<YOUR_BOT_TOKEN_HERE>
- TZ=Europe/Berlin
- PUID=1000 #User ID
- PGID=1000 #Group ID
ports:
- 3000:3000
```
- PUID=1000 # User ID
- PGID=1000 # Group ID
ports: # Only specify a port mapping when
- 3000:3000 # using the port tag
```
### Raspberry Pi & building the image yourself
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment