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

Update README.md

Removed volume for certs and keys and environment variables for certs and keys. Turns out, after talking to the dev, that they're not needed for this setup
parent 9e6fbff3
No related branches found
No related tags found
No related merge requests found
......@@ -61,12 +61,8 @@ If you want to serve d-zone with a reverse proxy like nginx and HTTPS, then this
container_name: d-zone
image: griefed/d-zone
restart: unless-stopped
volumes:
- ./PATH/TO/YOUR/SSL/KEY_AND_CHAIN/FOLDER:/keys
environment:
- TOKEN=<YOUR_BOT_TOKEN_HERE>
- CERT=/keys/fullchain.pem
- KEY=/keys/privkey.pem
```
```
server {
......
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