Skip to content

Commit

Permalink
docker: add compose file for development (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
lokka30 authored Oct 26, 2024
1 parent 5a1c245 commit fe934dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
services:
pumpkin:
build: .
ports:
- 25565:25565
volumes:
- ./configuration.toml:/pumpkin/configuration.toml
- ./features.toml:/pumpkin/features.toml

0 comments on commit fe934dc

Please sign in to comment.