From 1149cae845372dc565cd7dac042906e6cc6daa10 Mon Sep 17 00:00:00 2001 From: Rafael Trevisan <105231805+rtrexmass@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:18:07 -0300 Subject: [PATCH] Update docker-compose.yml Corrected image name DEPRECATION NOTICE Upcoming in Consul 1.16, we will stop publishing official Dockerhub images and publish only our Verified Publisher images. Users of Docker images should pull from hashicorp/consul instead of consul. Verified Publisher images can be found at https://hub.docker.com/r/hashicorp/consul. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a9c19f5..fb06101 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -825,7 +825,7 @@ services: consul: hostname: consul - image: consul:latest + image: hashicorp/consul:latest restart: always ports: - 8500:8500