docs: added SETUP_ONLY

This commit is contained in:
Geoff Bourne
2021-09-04 11:04:23 -05:00
parent 7d1d5af097
commit 201ec3be5a

View File

@@ -1323,6 +1323,10 @@ disable that by passing `-e GUI=FALSE`.
When the container is signalled to stop, the Minecraft process wrapper will attempt to send a "stop" command via RCON or console and waits for the process to gracefully finish. By default it waits 60 seconds, but that duration can be configured by setting the environment variable `STOP_DURATION` to the number of seconds.
### Setup only
If you are using a host-attached data directory, then you can have the image setup the Minecraft server files and stop prior to launching the server process by setting `SETUP_ONLY` to `true`.
## Autopause
### Description