From 119e17fd22f6bdb4e5685e9bcb389c3dce66e577 Mon Sep 17 00:00:00 2001 From: Kiran Shila Date: Thu, 3 Feb 2022 07:56:57 -0800 Subject: [PATCH] Update README.md Fix quotes in docker-compose --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 71f685f..3b2c38f 100644 --- a/README.md +++ b/README.md @@ -118,14 +118,14 @@ Alternatively, use docker-compose: ```yaml doplarr: - environment: - - SONARR__URL='http://localhost:8989’ - - RADARR__URL='http://localhost:7878’ + environment + - SONARR__URL='http://localhost:8989' + - RADARR__URL='http://localhost:7878' - SONARR__API=sonarr_api - RADARR__API=radarr_api - DISCORD__TOKEN=bot_token container_name: doplarr - image: ‘ghcr.io/kiranshila/doplarr:latest’ + image: 'ghcr.io/kiranshila/doplarr:latest' ``` ## Building and Running Locally