Skip to content

Commit

Permalink
Bugfix for simple-torrent port env. variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nevets963 committed May 25, 2022
1 parent fea04b0 commit 4c59a06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion simple-torrent/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions simple-torrent/exports.sh
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 4c59a06

Please sign in to comment.