Browse Source
docs: remove port env var from docker-compose.yml example
pull/821/head
Nicolas Giard
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
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 |
|
|
|