mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-17 09:23:40 -05:00
fix(consul): pull image from hashicorp/consul
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.9'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
consul:
|
consul:
|
||||||
image: consul:{{ consul_version }}
|
image: hashicorp/consul:{{ consul_version }}
|
||||||
hostname: consul
|
hostname: consul
|
||||||
container_name: consul
|
container_name: consul
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
|
|||||||
Reference in New Issue
Block a user