add tag, remove whitespace

pull/16/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 861e018acb
commit 9e2ec040d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,7 +95,7 @@ docker create \
-e plexUrl=http://x.x.x.x:32400 \
-e plexToken=Token_Goes_Here \
--restart unless-stopped \
randomninjaatk/lidarr-extended
randomninjaatk/lidarr-extended:latest
```
@ -107,8 +107,8 @@ Compatible with docker-compose v2 schemas.
version: "2.1"
services:
lidarr-extended:
image: randomninjaatk/lidarr-extended
container_name: lidarr-extended
image: randomninjaatk/lidarr-extended:latest
container_name: lidarr-extended
volumes:
- /path/to/config/files:/config
- /path/to/downloads:/downloads

Loading…
Cancel
Save