Files
zerotierbridge/docker-compose.yml

20 lines
403 B
YAML
Raw Normal View History

2021-08-13 11:24:20 +01:00
version: '3'
services:
zerotierbridge:
container_name: zerotierbridge
build:
context: .
dockerfile: Dockerfile
args:
ARCH: arm64
VERSION: 1.6.5
restart: always
privileged: true
volumes:
- zt_config:/var/lib/zerotier-one
environment:
- ZT_NETWORKS=NETWORK_ID_1 NETWORK_ID_2 NETWORK_ID_3
- ZT_BRIDGE=true
2021-08-13 11:24:20 +01:00
volumes:
zt_config: