Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
system_administration:networking:powerbi_connection_to_postgres [2023/07/31 12:52] – nadir | system_administration:networking:powerbi_connection_to_postgres [2023/08/11 11:13] (current) – aziz | ||
---|---|---|---|
Line 7: | Line 7: | ||
* Open your docker-compose.yml file for editing (you can use any text editor you are comfortable with). | * Open your docker-compose.yml file for editing (you can use any text editor you are comfortable with). | ||
* Find the section for your PostgreSQL service in the docker-compose.yml file and add the ports. It should look something like this: | * Find the section for your PostgreSQL service in the docker-compose.yml file and add the ports. It should look something like this: | ||
- | < | + | < |
db: | db: | ||
image: postgres | image: postgres |