outline-server icon indicating copy to clipboard operation
outline-server copied to clipboard

Multistart on different ports of the same IP

Open VictorLorian opened this issue 3 years ago • 1 comments

Hey! Can you please tell me how can I modify install_server.sh to run multiple Outline containers on different ports of the same IP?

I have tried sudo CONTAINER_NAME=shadowbox-inst3 SHADOWBOX_DIR=/opt/outline/inst3 -E bash install_server.sh. But the problem is towerwatch. It is recreated and already created servers cannot be managed in the Outline Manager.

VictorLorian avatar Apr 10 '22 13:04 VictorLorian

I don't think you can do this using the "dockerized" version of Outline via install_server.sh, for the reason you've identified. However, you can probably do this manually by starting multiple instances of Outline without Docker (see here).

A single Outline instance can listen on multiple ports. If that's sufficient for your use case, it's likely easier to manage.

bemasc avatar Apr 11 '22 01:04 bemasc