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

add instructions to use local Docker container for Postgres

parent 922d9ea3
No related branches found
No related tags found
No related merge requests found
Pipeline #33682 passed
...@@ -5,9 +5,9 @@ services: ...@@ -5,9 +5,9 @@ services:
image: postgres:14 image: postgres:14
container_name: ldv-spec-postgres container_name: ldv-spec-postgres
expose: expose:
- 5433 - "5433"
ports: ports:
- 5433:5432 - "5433:5432"
env_file: env_file:
- $HOME/shared/ldvspec.env - $HOME/shared/ldvspec.env
environment: environment:
......
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