mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 14:37:20 +08:00
16 lines
274 B
YAML
16 lines
274 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
etcd:
|
|
image: docker.io/bitnami/etcd:3.5
|
|
environment:
|
|
- ALLOW_NONE_AUTHENTICATION=yes
|
|
volumes:
|
|
- etcd_data:/bitnami/etcd
|
|
volumes:
|
|
etcd_data:
|
|
driver: local
|