Skip to content

Commit

Permalink
feat: add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Mar 13, 2024
1 parent d4faa50 commit 1a3ca24
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: '3'
services:
endstone:
build: .
container_name: endstone
command: endstone --install
image: endstone/endstone:latest
ports:
- "19132:19132/udp"
restart: unless-stopped
stdin_open: true
tty: true
volumes:
- ./bedrock_server:/home/endstone/bedrock_server:rw

0 comments on commit 1a3ca24

Please sign in to comment.