minecraft-docker/README.org

13 lines
357 B
Org Mode

* Minecraft Docker
Dockerfile and docker-compose for your own server jar
** Usage
Change your JAVA_VERSION in [[./Dockerfile][Dockerfile]] and build:
#+BEGIN_SRC shell
docker compose build
#+END_SRC
Place server.jar to ~files/~ folder, change your [[./docker-compose.yml][Docker Compose]] file and run:
#+BEGIN_SRC shell
docker compose up -d
#+END_SRC