wilfred-dev / wilfred

🐿️ A CLI for managing game servers using Docker.
https://wilfredproject.org
MIT License
34 stars 2 forks source link

Ability to add additional ports #112

Closed unpaidbot closed 3 years ago

unpaidbot commented 3 years ago

So yeah, i would like a feature where you are able to add / remove an extra port to each server, since other plugins like dynmap needs another port for the webserver.

wilfred port <server-name> add <8124-misspelld-8123>
wilfred port <server-name> remove <8124>
wilfred port <server-name> add <8123-for-default-dynmap>
vilhelmprytz commented 3 years ago

Thanks for submitting this. Working on this right now.