Make debug server port available.

This commit is contained in:
Drew Larson
2017-05-23 19:25:36 -06:00
parent 162a387b01
commit 4e679adc5f
+5
View File
@@ -8,6 +8,11 @@ services:
ports:
- "8000:8000"
- "62260:62260"
depends_on:
- webpack
links:
- redis
- db
volumes:
- ./bikeshop_project:/code:rw
volumes_from: