From 23771b5c1f96933376936858411b186919d0c66b Mon Sep 17 00:00:00 2001 From: Rouven Hi! <3582050+RouHim@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:52:23 +0200 Subject: [PATCH] docs: replace docker-compose with docker compose --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aaf79f3..3ca9bce 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ chmod 777 config/ data/ To start the Sons of the Forest server, navigate to the cloned repository's directory and use Docker Compose: ```bash -docker-compose pull -docker-compose up -d +docker compose pull +docker compose up -d ``` This will pull the latest image and start the server in detached mode. @@ -63,13 +63,13 @@ When starting the server for the first time: To restart the server after making changes to the configuration, use the following command: ```bash -docker-compose restart +docker compose restart ``` To check the server logs, use the following command: ```bash -docker-compose logs -f +docker compose logs -f ``` ## Update