fix(whisparr): removed var for container_name due to CI
This commit is contained in:
parent
a3d530bf31
commit
b5502c8600
|
@ -1,7 +1,7 @@
|
||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
whisparr:
|
whisparr:
|
||||||
container_name: ${APP_ID}
|
container_name: whisparr
|
||||||
hostname: ${APP_ID}
|
hostname: ${APP_ID}
|
||||||
image: cr.hotio.dev/hotio/whisparr:nightly
|
image: cr.hotio.dev/hotio/whisparr:nightly
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user