Skip to content

Commit

Permalink
docs: replace docker-compose with docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim authored Oct 10, 2024
1 parent b751bd1 commit 23771b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 23771b5

Please sign in to comment.