mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56:37 +00:00
Fix Alertmanager command line arguments
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
This commit is contained in:
committed by
Alex Ellis
parent
daf102c8af
commit
52c12f5769
@ -149,7 +149,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
no_proxy: "gateway"
|
no_proxy: "gateway"
|
||||||
command:
|
command:
|
||||||
- '-config.file=/alertmanager.yml'
|
- '--config.file=/alertmanager.yml'
|
||||||
|
- '--storage.path=/alertmanager'
|
||||||
networks:
|
networks:
|
||||||
- functions
|
- functions
|
||||||
# Uncomment the following port mapping if you wish to expose the Prometheus
|
# Uncomment the following port mapping if you wish to expose the Prometheus
|
||||||
|
Reference in New Issue
Block a user