This commit is contained in:
2024-11-06 21:48:59 +04:00
committed by GitHub
parent c97da52761
commit 9bca1565c6

View File

@@ -10,7 +10,7 @@ This project uses non-commercial IMDb datasets, available at: [IMDb Datasets](ht
1. Rename the environment file: 1. Rename the environment file:
Rename `/config/postgres/.env.example` to `/config/postgres/.env`: Rename `/config/postgres/.env.example` to `/config/postgres/.env`:
```sh ```sh
mv ./config/postgres/.env.example ./config/postgres/.env cp ./config/postgres/.env.example ./config/postgres/.env
``` ```
2. Run with Docker Compose: 2. Run with Docker Compose: