mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
13 lines
198 B
YAML
13 lines
198 B
YAML
version: '2'
|
|
|
|
services:
|
|
etcd:
|
|
image: bitnami/etcd:latest
|
|
environment:
|
|
- ALLOW_NONE_AUTHENTICATION=yes
|
|
volumes:
|
|
- etcd_data:/bitnami
|
|
volumes:
|
|
etcd_data:
|
|
driver: local
|