There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

breadsmasher ,
@breadsmasher@lemmy.world avatar

On my phone so I haven’t got the access to give you a good example.

You see in your compose file in your original post you have ‘8080:8080’ under ports?

You should be able to add another line, the left hand side of the colon exposing a different port like so


<span style="color:#323232;">…
</span><span style="color:#323232;">ports: 
</span><span style="color:#323232;">    - ‘8080:8080’
</span><span style="color:#323232;">    - ‘9090:9090’ 
</span><span style="color:#323232;">…
</span>

then one service you can access on port 8080 and the other you access on 9090

then under each service you want to expose you add the other port mappings


<span style="color:#323232;">qtorrent:
</span><span style="color:#323232;">    ports: 
</span><span style="color:#323232;">        - 8080:8080
</span><span style="color:#323232;">
</span><span style="color:#323232;">sabnzb:
</span><span style="color:#323232;">    ports: 
</span><span style="color:#323232;">        - 9090:8080
</span>

edit - so you should end up with the vpn container exposing 8080 which points to the service exposing 8080 which maps to application listening on 8080

and the same for 9090 -> 9090 -> 8080

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines