develop/docker-compose.yml

10 lines
218 B
YAML
Raw Permalink Normal View History

2024-08-24 05:25:58 +00:00
services:
consul:
image: consul:1.15.4
restart: always
command: agent -dev -client=0.0.0.0 -node=consul01 -datacenter=yy -ui
volumes:
- ./consul_data:/consul/data
ports:
- "8500:8500"