Bugfix for simple-torrent port env. variable

This commit is contained in:
Steven Briscoe 2022-05-25 18:41:12 +01:00
parent fea04b09ba
commit 4c59a06ae9
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
export APP_SIMPLE_TORRENT_PORT="8086"
export APP_SIMPLE_TORRENT_IP="10.21.21.41"
export APP_SIMPLE_TORRENT_IP="10.21.21.41"
export APP_SIMPLE_TORRENT_PORT="8086"