Browse Source

Bugfix for simple-torrent port env. variable

main
Steven Briscoe 2 years ago
parent
commit
4c59a06ae9
  1. 2
      simple-torrent/docker-compose.yml
  2. 4
      simple-torrent/exports.sh

2
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

4
simple-torrent/exports.sh

@ -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"
Loading…
Cancel
Save