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:
|
||||
consul:
|
||||
image: consul:{{ consul_version }}
|
||||
image: hashicorp/consul:{{ consul_version }}
|
||||
hostname: consul
|
||||
container_name: consul
|
||||
network_mode: "host"
|
||||
|
||||
Reference in New Issue
Block a user