update docker compose dns port

This commit is contained in:
2026-08-24 23:13:12 +02:00
parent ecc110641b
commit 07ff654baa
+1 -1
View File
@@ -9,6 +9,6 @@ services:
- SECRET_KEY=CHANGEME
ports:
- "127.0.0.1:8080:8080"
- "127.0.0.1:5353:5353/udp"
- "53:5353/udp"
volumes:
- "./data/:/app/data/"