Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bruglet authored May 3, 2024
1 parent 94352ca commit 9a23c1b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions containers/compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ The recommended method to run Modded Expansion on Docker is using Docker Compose

## Installation

- Download the `docker-compose.yml` file within this folder onto your Linux server.
- `cd` into the directory where it is stored.
- Run the following command:
1. `cd` into the folder where you placed the `docker-compose.yml` file on your server.
2. Run the following command:
```
$ docker compose up -d
```

If your user is NOT part of the `docker` group, you will need to run the aforementioned command as root using `sudo` or other methods.
If your user is NOT part of the `docker` group, you will need to run the aforementioned command as root using `sudo` or other methods.

0 comments on commit 9a23c1b

Please sign in to comment.