From 4c59a06ae9849a1cd29e70d5b8716d7e673ad11b Mon Sep 17 00:00:00 2001 From: Steven Briscoe Date: Wed, 25 May 2022 18:41:12 +0100 Subject: [PATCH] Bugfix for simple-torrent port env. variable --- simple-torrent/docker-compose.yml | 2 +- simple-torrent/exports.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/simple-torrent/docker-compose.yml b/simple-torrent/docker-compose.yml index 5b931d7..de6867f 100644 --- a/simple-torrent/docker-compose.yml +++ b/simple-torrent/docker-compose.yml @@ -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 diff --git a/simple-torrent/exports.sh b/simple-torrent/exports.sh index 3b12e25..e107ee6 100644 --- a/simple-torrent/exports.sh +++ b/simple-torrent/exports.sh @@ -1,2 +1,2 @@ -export APP_SIMPLE_TORRENT_PORT="8086" -export APP_SIMPLE_TORRENT_IP="10.21.21.41" \ No newline at end of file +export APP_SIMPLE_TORRENT_IP="10.21.21.41" +export APP_SIMPLE_TORRENT_PORT="8086" \ No newline at end of file