mirror of
https://github.com/dangeroustech/ZeroTierBridge.git
synced 2025-12-06 00:56:58 +00:00
15 lines
355 B
Plaintext
15 lines
355 B
Plaintext
version: "3"
|
|
|
|
services:
|
|
zerotierbridge:
|
|
container_name: zerotierbridge
|
|
image: registry.dangerous.tech/dangeroustech/zerotierbridge
|
|
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
|
|
volumes:
|
|
zt_config: |