1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-22 17:03:23 -05:00

Make debug server port available.

This commit is contained in:
Drew Larson 2017-01-07 19:00:37 -06:00
parent 162a387b01
commit 4e679adc5f

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: