mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-03-31 06:24:10 -04:00
Update README.md
Fix quotes in docker-compose
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user