Update docker compose
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
version: '3.8'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
umlautadaptarr:
|
umlautadaptarr:
|
||||||
# uncomment this to get the development branch
|
#uncomment this to get the development branch
|
||||||
# build: https://github.com/PCJones/UmlautAdaptarr.git#develop
|
#build: https://github.com/PCJones/UmlautAdaptarr.git#develop
|
||||||
image: pcjones/umlautadaptarr:latest
|
build: https://github.com/PCJones/UmlautAdaptarr.git#master
|
||||||
image: umlautadaptarr
|
image: umlautadaptarr
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@@ -21,4 +21,4 @@ services:
|
|||||||
- LIDARR_HOST=http://localhost:8686
|
- LIDARR_HOST=http://localhost:8686
|
||||||
- LIDARR_API_KEY=API_KEY
|
- LIDARR_API_KEY=API_KEY
|
||||||
ports:
|
ports:
|
||||||
- "5005":"5005 "
|
- "5005":"5005"
|
||||||
|
|||||||
Reference in New Issue
Block a user