forked from michael.heier/umbrel-apps
Bugfix for simple-torrent port env. variable
This commit is contained in:
parent
fea04b09ba
commit
4c59a06ae9
|
@ -4,7 +4,7 @@ services:
|
|||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: $APP_SIMPLE_TORRENT_IP
|
||||
APP_PORT: $APP_SIMPLETORRENT_PORT
|
||||
APP_PORT: $APP_SIMPLE_TORRENT_PORT
|
||||
|
||||
server:
|
||||
image: boypt/cloud-torrent:1.3.4@sha256:a1355e9ac319d523ce1fd6e8d34ab8e4bf0b5476c52bfe244e37fea64f6f4228
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
export APP_SIMPLE_TORRENT_PORT="8086"
|
||||
export APP_SIMPLE_TORRENT_IP="10.21.21.41"
|
||||
export APP_SIMPLE_TORRENT_PORT="8086"
|
Loading…
Reference in New Issue
Block a user