Update docker-compose example

This commit is contained in:
TwinProduction 2019-12-28 13:27:50 -05:00
parent 50cdc159db
commit 32f05057a1

View File

@ -8,7 +8,7 @@ services:
ports: ports:
- 8080:8080 - 8080:8080
volumes: volumes:
- ./config.yaml:/config.yaml - ./config.yaml:/config/config.yaml
networks: networks:
- metrics - metrics