mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-03-28 14:56:24 +01:00
run in docker-compose: ports lost and found
This commit is contained in:
parent
a58f14e3de
commit
0c162e3ce3
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ services:
|
|||
volumes:
|
||||
- .:/app
|
||||
command: node main.js
|
||||
ports:
|
||||
- "3000-3003:3000-3003" # see what your bot see: http://localhost:3000/
|
||||
|
||||
viaproxy: #use this service to connect to an unsupported minecraft server versions. more info: ./services/viaproxy/README.md
|
||||
image: ghcr.io/viaversion/viaproxy:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue