Browse Source

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

pull/821/head
Nicolas Giard 5 years ago
committed by GitHub
parent
commit
75f2f16613
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. 1
      dev/examples/docker-compose.yml

1
dev/examples/docker-compose.yml

@ -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

Loading…
Cancel
Save