Skip to content
Snippets Groups Projects
Commit 60049fe0 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

added quotes to ports

parent 91adc017
No related branches found
No related tags found
No related merge requests found
Pipeline #33685 passed
......@@ -32,7 +32,7 @@ After a collegue has made changes, then locally:
### Postgres Database in Docker
Run `docker-compose up -d` with the following compose file to spin up a new Postgres container.
Run `docker-compose -f docker-compose-postgres-dev.yml up -d` with the following compose file to spin up a new Postgres container.
See the `docker-compose-postgres-dev.yml` file in the `docker` directory.
(not that port 5433 is used. You can change that at will, but then also change it in `dev.py`)
```yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment