Биндим папку с плащами к контейнеру с приложением

This commit is contained in:
ErickSkrauch 2016-09-22 19:30:41 +03:00
parent 98b787fa99
commit a9acfb954f

View File

@ -3,6 +3,8 @@ services:
app: app:
ports: ports:
- "80:80" - "80:80"
volumes:
- ./data/capes:/go/src/app/data/capes
redis: redis:
image: redis:3.0 image: redis:3.0