Skip to content

Commit 119e17f

Browse files
authored
Update README.md
Fix quotes in docker-compose
1 parent 4083e60 commit 119e17f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ Alternatively, use docker-compose:
118118

119119
```yaml
120120
doplarr:
121-
environment:
122-
- SONARR__URL='http://localhost:8989
123-
- RADARR__URL='http://localhost:7878
121+
environment
122+
- SONARR__URL='http://localhost:8989'
123+
- RADARR__URL='http://localhost:7878'
124124
- SONARR__API=sonarr_api
125125
- RADARR__API=radarr_api
126126
- DISCORD__TOKEN=bot_token
127127
container_name: doplarr
128-
image: ghcr.io/kiranshila/doplarr:latest
128+
image: 'ghcr.io/kiranshila/doplarr:latest'
129129
```
130130
131131
## Building and Running Locally

0 commit comments

Comments
 (0)