diff --git a/README.md b/README.md index 4dad12cf389f88caa7dc71fa6e1290adebfc288c..99cfb4326cfc2c8e0dcda62319682717213ef52a 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 {