Skip to content

Commit

Permalink
Fixing deployment bug
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289689 committed Mar 11, 2024
1 parent 1145211 commit dc3009f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:

prometheus:
image: prom/prometheus
container_name: prometheus-${teamname:-wiq_0}
container_name: prometheus
profiles: ["dev"]
networks:
- mynetwork
Expand All @@ -97,7 +97,7 @@ services:

grafana:
image: grafana/grafana
container_name: grafana-${teamname:-wiq_0}
container_name: grafana
profiles: ["dev"]
networks:
- mynetwork
Expand Down

0 comments on commit dc3009f

Please sign in to comment.