Unverified Commit 75f2f166 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

docs: remove port env var from docker-compose.yml example

parent 438f1485
......@@ -18,7 +18,6 @@ services:
depends_on:
- db
environment:
PORT: 3000 # DO NOT CHANGE! Use ports below to specify listening port.
DB_TYPE: postgres
DB_HOST: db
DB_PORT: 5432
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment