Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
......@@ -61,7 +61,7 @@ To get started as a developer, refer to the project's [CONTRIBUTING](https://git
# Production Server
After running `docker compose up -d`, the server is now running the following containers by default:
Before running the project, create a `.env` file from the `.env.template` to set database credentials, API endpoints, and more. Then, after running `docker compose up -d --build`, Docker is running the following containers by default:
| Container Name | Description | Port |
|:------------------|---------------------------------------------|-------:|
......
......