Skip to content

Commit 319315a

Browse files
authored
Add configurator tool to documentation (#3272)
1 parent 6c10f26 commit 319315a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ To apply changes made to the compose file, just run `docker compose up -d` again
5858

5959
Follow the logs of the container using `docker compose logs -f`, check on the status with `docker compose ps`, and stop the container using `docker compose stop`.
6060

61+
!!! note "Configurator Tool"
62+
If you prefer to use an interactive tool to create or edit a Docker Compose file for this image, you can check out [setupmc.com's configurator](https://setupmc.com/java-server/). It provides a form that supports most of the image variables and generates the `compose.yml` file in real time.
63+
6164
!!! note "More Compose Examples"
6265
There are more [examples located in the Github repo](https://github.com/itzg/docker-minecraft-server/tree/master/examples).
6366

0 commit comments

Comments
 (0)