mirror of
https://gitee.com/kennylee/docker.git
synced 2024-11-30 02:48:27 +08:00
14 lines
283 B
YAML
14 lines
283 B
YAML
bind:
|
|
image: sameersbn/bind:latest
|
|
container_name: bind
|
|
dns: 127.0.0.1
|
|
environment:
|
|
- ROOT_PASSWORD=8aso2QQUDTpz
|
|
- TZ=Asia/Shanghai
|
|
ports:
|
|
- 10000:10000
|
|
- 53:53/udp
|
|
volumes:
|
|
- /srv/docker/bind:/data
|
|
restart: always
|