Skip to content
Snippets Groups Projects
Commit 597a8a1e authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Fix invalid syntax in docker-compose.yml

parent 0cd05d37
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ services:
image: postgres:9.6
container_name: inventory_postgres
ports:
- "5432:5432"
- "5432:5432"
volumes:
- ${PGDATA_VOLUME}:/var/lib/postgresql/data/pgdata
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