mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-02 09:21:34 +02:00
14 lines
209 B
YAML
14 lines
209 B
YAML
tinc:
|
|
image: vimagick/tinc
|
|
ports:
|
|
- "655:655/tcp"
|
|
- "655:655/udp"
|
|
volumes:
|
|
- ./tinc:/etc/tinc
|
|
environment:
|
|
- IP_ADDR=1.2.3.4
|
|
cap_add:
|
|
- NET_ADMIN
|
|
dns: 8.8.8.8
|
|
restart: always
|