14 lines
306 B
Plaintext
14 lines
306 B
Plaintext
![]() |
network_mode: 'service:tinc'
|
||
|
depends_on:
|
||
|
- tinc
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile.ddns
|
||
|
environment:
|
||
|
- DNS_RECORD=${ddns_record}
|
||
|
- DNS_ZONE=${ddns_zone}
|
||
|
- CLOUDFLARE_API_TOKEN=${ddns_cf_api_token}
|
||
|
cap_add:
|
||
|
- NET_ADMIN
|
||
|
restart: always
|