Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 96b8f80

Browse files
author
Adrien Duermael
committed
Sample docker-compose.yml
Signed-off-by: Adrien Duermael <[email protected]>
1 parent 21a15ed commit 96b8f80

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: docker-compose.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
dockercraft:
2+
container_name: dockercraft
3+
build: .
4+
volumes:
5+
- "/var/run/docker.sock:/var/run/docker.sock"
6+
ports:
7+
- "25565:25565"
8+
tty: true

0 commit comments

Comments
 (0)