docs: add full working example tutorial in misc/deployment/ with link in intro (#2225)

This commit is contained in:
rela
2023-06-17 00:32:30 -04:00
committed by GitHub
parent f9a97e3ac4
commit 55fb21cdd7
2 changed files with 13 additions and 0 deletions
+3
View File
@@ -59,5 +59,8 @@ To apply changes made to the compose file, just run `docker compose up -d` again
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`.
!!! note "Full Setup Example"
Here is a [reference guide to setting up a server from scratch using docker compose](misc/deployment/docker-compose-full-example/).
!!! note "More Examples"
There are more [examples located in the Github repo](https://github.com/itzg/docker-minecraft-server/tree/master/examples).