build: fix paths to config files

This commit is contained in:
rr-
2018-08-04 13:19:02 +02:00
parent 8da22cbd5e
commit 45b6df020a
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ services:
## If more customizations that are not covered in `config.yaml.dist` are needed
## Comment this line if you are not going
## to supply a YAML file
- ./config.yaml:/opt/config.yaml
- ./server/config.yaml:/opt/app/config.yaml
## HTTP container for frontend
frontend: