From 64edb88d36ebfca542b5c4ed3cb78551e58c93d5 Mon Sep 17 00:00:00 2001 From: Kay Kaprolat Date: Thu, 30 Dec 2021 19:21:53 +0100 Subject: [PATCH] Changed docker-compose to docker compose --- Docker_Windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker_Windows.md b/Docker_Windows.md index 8c627b49..5a4017a6 100644 --- a/Docker_Windows.md +++ b/Docker_Windows.md @@ -34,12 +34,12 @@ ![Open PowerShell](docker/images/Open_Powershell.png) -17. In the new window, paste (with right click) or type `docker-compose up -d --build` and confirm with enter. +17. In the new window, paste (with right click) or type `docker compose up -d --build` and confirm with enter. 18. Once you see the blinking cursor and the path again, setup has finished and the server is already running. ![setup done](docker/images/setup_finished.png) -19. Create an admin account by pasting `docker-compose exec darkflame /app/MasterServer -a` and following the prompts. +19. Create an admin account by pasting `docker compose exec darkflame /app/MasterServer -a` and following the prompts. ![admin account creation](docker/images/Account_Creation.png)