Comment out bind-mount

This commit is contained in:
Alex Ellis 2017-07-13 13:00:49 +01:00 committed by GitHub
parent 4cc299d4c8
commit 317807d8a0

View File

@ -36,8 +36,8 @@ services:
image: functions/alertmanager:latest # autobuild from Dockerfile in repo.
environment:
no_proxy: "gateway"
volumes:
- ./prometheus/alertmanager.yml:/alertmanager.yml
# volumes:
# - ./prometheus/alertmanager.yml:/alertmanager.yml
command:
- '-config.file=/alertmanager.yml'
networks: