1 Star 0 Fork 2

user_1413365/docker-install

forked from caijize/docker-install 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
caijize 提交于 2024-07-09 17:49 . first commit
version: '3.0'
services:
etcd:
image: "quay.io/coreos/etcd:v3.3"
restart: always
network_mode: "host"
volumes:
- "./etcd-data:/etcd-data"
container_name: "etcd"
command: ["etcd","-name","etcd","--data-dir=/etcd-data"]
deploy:
replicas: 1
restart_policy:
condition: on-failure
privileged: true
environment:
ETCD_ADVERTISE_CLIENT_URLS: "http://0.0.0.0:2379"
ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379"
ETCDCTL_API: "2"
ALLOW_NONE_AUTHENTICATION: "yes"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lqzkcx3/docker-install.git
[email protected]:lqzkcx3/docker-install.git
lqzkcx3
docker-install
docker-install
master

搜索帮助