Update README.md

Fix quotes in docker-compose
This commit is contained in:
Kiran Shila
2022-02-03 07:56:57 -08:00
committed by GitHub
parent 4083e6047d
commit 119e17fd22

View File

@@ -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