fix: delete unused interpolation var in Jellyfin (#193)
casaos app management didn't interpolate $APP_IPV4. So It can't be interpolated. @JohnGuan @tigerinus Please take a look Co-authored-by: CorrectRoadH <ctrdh@ctrdh-macbook.lan>
This commit is contained in:
parent
d1405ad0b8
commit
d0de8455f8
|
@ -59,12 +59,6 @@
|
|||
"value": "$PGID",
|
||||
"configurable": "no",
|
||||
"description": "Run Jellyfin as specified gid."
|
||||
},
|
||||
{
|
||||
"key": "JELLYFIN_PublishedServerUrl",
|
||||
"value": "$APP_IPV4",
|
||||
"configurable": "advanced",
|
||||
"description": "The autodiscovery response domain or IP address."
|
||||
}
|
||||
],
|
||||
"ports": [
|
||||
|
|
|
@ -9,7 +9,6 @@ services:
|
|||
- /dev/video11:/dev/video11
|
||||
- /dev/video12:/dev/video12
|
||||
environment:
|
||||
JELLYFIN_PublishedServerUrl: $APP_IPV4
|
||||
PGID: $PGID
|
||||
PUID: $PUID
|
||||
TZ: $TZ
|
||||
|
|
Loading…
Reference in New Issue