Add missing docker federation port

This commit is contained in:
A 2025-07-04 12:08:08 -07:00
parent 5d69413d37
commit 3a98f3bfeb

View File

@ -25,6 +25,10 @@ services:
published: 443
protocol: tcp
mode: host
- target: 8448
published: 8448
protocol: tcp
mode: host
environment:
DWEB_DOMAIN: "${DWEB_DOMAIN}"
DWEB_ONION: "${DWEB_ONION}"