mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
docker: add compose file for development (#181)
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
pumpkin:
|
||||
build: .
|
||||
ports:
|
||||
- 25565:25565
|
||||
volumes:
|
||||
- ./configuration.toml:/pumpkin/configuration.toml
|
||||
- ./features.toml:/pumpkin/features.toml
|
||||
Reference in New Issue
Block a user