docs: remove port env var from docker-compose.yml example
This commit is contained in:
		| @@ -18,7 +18,6 @@ services: | |||||||
|     depends_on: |     depends_on: | ||||||
|       - db |       - db | ||||||
|     environment: |     environment: | ||||||
|       PORT: 3000 # DO NOT CHANGE! Use ports below to specify listening port. |  | ||||||
|       DB_TYPE: postgres |       DB_TYPE: postgres | ||||||
|       DB_HOST: db |       DB_HOST: db | ||||||
|       DB_PORT: 5432 |       DB_PORT: 5432 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user