diff --git a/Docker.md b/Docker.md index 4968d48a..b2ba9e0b 100644 --- a/Docker.md +++ b/Docker.md @@ -2,7 +2,7 @@ ## What you need -- Docker ([Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows/) or on Linux normal Docker) +- Docker ([Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-mac/) or on Linux normal Docker) - Docker-Compose (Included in Docker Desktop) - LEGO® Universe Client @@ -15,7 +15,7 @@ 5. Run `docker compose exec darkflame /app/MasterServer -a` and setup your admin account 6. Now you can see the output of the server with `docker compose logs -f --tail 100` or `docker compose logs -f --tail 100`. This can help you understand issues and there you can also see when the server finishes it's startup. Exit this with Ctrl+C. 7. You're ready to connect your client! -8. You can stop the server with `docker-compose stop` and start it again with `docker-compose up -d`. +8. You can stop the server with `docker-compose stop` and start it again with `docker-compose up -d` ## Disable brickbuildfix