Skip to content

Commit

Permalink
update cadvisor docker image repo (#164)
Browse files Browse the repository at this point in the history
Co-authored-by: RosesTheN00b <RosesTheN00b@github>
  • Loading branch information
SebastianRzk and RosesTheN00b authored Aug 25, 2021
1 parent e734f1b commit cea4cba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ services:
# constraints:
# - node.hostname == ${HOSTNAME}
cadvisor:
image: google/cadvisor
image: gcr.io/cadvisor/cadvisor
volumes:
- /:/rootfs:ro
- /var/run:/var/run:rw
Expand Down
2 changes: 1 addition & 1 deletion docker-prometheus.dockerapp/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
# constraints:
# - node.hostname == ${HOSTNAME}
cadvisor:
image: google/cadvisor
image: gcr.io/cadvisor/cadvisor
volumes:
- /:/rootfs:ro
- /var/run:/var/run:rw
Expand Down
2 changes: 1 addition & 1 deletion docker-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
condition: on-failure

cadvisor:
image: google/cadvisor
image: gcr.io/cadvisor/cadvisor
volumes:
- /:/rootfs:ro
- /var/run:/var/run:rw
Expand Down
4 changes: 2 additions & 2 deletions docker-traefik-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ services:
condition: on-failure

cadvisor:
image: google/cadvisor
image: gcr.io/cadvisor/cadvisor
volumes:
- /:/rootfs:ro
- /var/run:/var/run:rw
Expand Down Expand Up @@ -151,4 +151,4 @@ services:
- "traefik.port=3000"
- "traefik.docker.network=traefik"
restart_policy:
condition: on-failure
condition: on-failure
2 changes: 1 addition & 1 deletion pwd-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ services:
constraints:
- node.hostname == ${HOSTNAME}
cadvisor:
image: google/cadvisor
image: gcr.io/cadvisor/cadvisor
volumes:
- /:/rootfs:ro
- /var/run:/var/run:rw
Expand Down

0 comments on commit cea4cba

Please sign in to comment.