From 22a587b2462f767acb2c1fd01d303f99b82564b6 Mon Sep 17 00:00:00 2001
From: Griefed <44273438+Griefed@users.noreply.github.com>
Date: Mon, 28 Sep 2020 21:00:33 +0200
Subject: [PATCH] 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
---
 README.md | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/README.md b/README.md
index 4dad12c..99cfb43 100644
--- a/README.md
+++ b/README.md
@@ -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 {
-- 
GitLab