Forgot to create example docker-compose.yml
This commit is contained in:
parent
c006f57246
commit
3cbfaa5c64
1 changed files with 7 additions and 0 deletions
7
minecraft-spigot/docker-compose.yml
Normal file
7
minecraft-spigot/docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
minecraft:
|
||||||
|
image: minecraft-spigot:<version>
|
||||||
|
volumes:
|
||||||
|
- ./data:/usr/games/minecraft-spigot/data
|
Loading…
Reference in a new issue