1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 01:13:22 -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: ports:
- "8000:8000" - "8000:8000"
- "62260:62260" - "62260:62260"
depends_on:
- webpack
links:
- redis
- db
volumes: volumes:
- ./bikeshop_project:/code:rw - ./bikeshop_project:/code:rw
volumes_from: volumes_from: