You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,9 @@ To apply changes made to the compose file, just run `docker compose up -d` again
58
58
59
59
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`.
60
60
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
+
61
64
!!! note "More Compose Examples"
62
65
There are more [examples located in the Github repo](https://github.com/itzg/docker-minecraft-server/tree/master/examples).
0 commit comments