tdymel / LegacyPlayersV3

Official repository of LegacyPlayers v3
GNU Affero General Public License v3.0
18 stars 25 forks source link

Fix docker networking #149

Closed gfriloux closed 3 years ago

gfriloux commented 3 years ago

Environment/docker-compose.yml declares network_mode: host and port bindings. This is not compatible, and throws an error on my side (maybe more recent versions).

This Pull Request will comment the ports bindings.

Fixes #148