From eb0bbabade57af3b2e455ef5d5d9699ffaf32c90 Mon Sep 17 00:00:00 2001 From: GiantDwarf Date: Fri, 4 Mar 2022 19:16:37 -0500 Subject: [PATCH] Docker-compose typo added ":" after environment in docker-compose --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9361e45..81956e3 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Alternatively, use docker-compose: ```yaml doplarr: - environment + environment: - SONARR__URL=http://localhost:8989 - RADARR__URL=http://localhost:7878 - SONARR__API=sonarr_api