Skip to content

Commit

Permalink
Update ghcr.io/tecnativa/docker-socket-proxy Docker tag to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 1781646 commit e8193bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/host_vars/vm-esxi-applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ docker_compose_deploy:
- __appdata__/dynamic_configuration.yml:/etc/traefik/config/dynamic_configuration.yml:ro
- __appdata__/traefik.yml:/etc/traefik/traefik.yml:ro
- service_name: traefik-docker-socket-proxy
image: ghcr.io/tecnativa/docker-socket-proxy:0.1.1
image: ghcr.io/tecnativa/docker-socket-proxy:0.2.0
healthcheck:
test: /bin/netstat -pant | /bin/grep 2375
environment:
Expand Down
2 changes: 1 addition & 1 deletion ansible/host_vars/vm-esxi-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ docker_compose_deploy:
- __appdata__/dynamic_configuration.yml:/etc/traefik/config/dynamic_configuration.yml:ro
- __appdata__/traefik.yml:/etc/traefik/traefik.yml:ro
- service_name: traefik-docker-socket-proxy
image: ghcr.io/tecnativa/docker-socket-proxy:0.1.1
image: ghcr.io/tecnativa/docker-socket-proxy:0.2.0
healthcheck:
test: /bin/netstat -pant | /bin/grep 2375
environment:
Expand Down

0 comments on commit e8193bd

Please sign in to comment.