diff --git a/docker-compose.yml b/docker-compose.yml index 6159516..34a86c7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,14 +16,14 @@ services: context: ../prometheus-data-generator/ network_mode: host volumes: - - /home/f2256342/forge/prometheus-data-generator/config.yml:/config.yml + - ../prometheus-data-generator/config.yml:/config.yml prometheus: container_name: prometheus image: prom/prometheus:latest network_mode: host volumes: - - /home/f2256342/forge/monitor/prometheus.yml:/etc/prometheus/prometheus.yml + - ../forge/monitor/prometheus.yml:/etc/prometheus/prometheus.yml - ./alert.rules.yml:/etc/prometheus/alert.rules.yml alertmanager: