diff --git a/README.md b/README.md index 4e708708db9ba8d1a5782f64b72733d183cac543..6bbf3ca3be76fb44d3996341765dcc44c66d10d6 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,19 @@ ## Building +First, rename the `.env.example` file to `.env` and the `docker-compose.yml.example` to `docker-compose.yml`. Then fill in the values in the `.env` file. The `docker-compose.yml` file should be fine as it is, but you can change the ports and volume locations if you want to. + To build the app, compile the docker container. ```bash docker compose build ``` -To start it you then just have to set up the `docker-compose.yml` and environment variables and use `docker compose up`. +Afterwards you can start the app. + +```bash +docker compose up +``` ## Setup