Browse Source

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

Nicolas Giard 6 years ago
parent
commit
75f2f16613
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dev/examples/docker-compose.yml

+ 0 - 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