fix(consul): pull image from hashicorp/consul

This commit is contained in:
Nathaniel Landau
2023-08-08 09:25:04 -04:00
parent edd9704258
commit 87c2a4e1b4

View File

@@ -2,7 +2,7 @@ version: '3.9'
services:
consul:
image: consul:{{ consul_version }}
image: hashicorp/consul:{{ consul_version }}
hostname: consul
container_name: consul
network_mode: "host"