mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-06-05 00:36:08 +02:00
run in docker-compose: open prismarine viewer ports
This commit is contained in:
parent
c7feb2cea9
commit
2628f1a4de
1 changed files with 2 additions and 0 deletions
|
@ -7,3 +7,5 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
command: node main.js
|
command: node main.js
|
||||||
|
ports:
|
||||||
|
- "3000-3003:3000-3003"
|
||||||
|
|
Loading…
Add table
Reference in a new issue