mirror of
https://github.com/oldnick85/i2pd_yggdrasil_docker.git
synced 2025-11-29 03:23:13 +01:00
24 lines
451 B
YAML
24 lines
451 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
# I2PD_YGGDRASIL
|
|
i2pd_yggdrasil:
|
|
image: i2pd_yggdrasil:latest
|
|
container_name: i2pd_yggdrasil
|
|
privileged: true
|
|
cap_add:
|
|
- NET_ADMIN
|
|
devices:
|
|
- /dev/net/tun:/dev/net/tun
|
|
ports:
|
|
- "2827:2827"
|
|
- "4444:4444"
|
|
- "4447:4447"
|
|
- "7070:7070"
|
|
- "7650:7650"
|
|
- "7654:7654"
|
|
- "7656:7656"
|
|
- "10765:10765"
|
|
- "10654:10654"
|
|
- "9001:9001"
|
|
|