Skip to content

Commit 83dcceb

Browse files
Disable MDNS in docker-compose configuration
1 parent 79d1e34 commit 83dcceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- HOSTNAME_OVERRIDE=0.0.0.0 # Default in script, but explicit here
1212

1313
# Discovery
14-
- MDNS=true
14+
- MDNS=false
1515
- MDNS_DOMAIN=opencode.local
1616

1717
# Security

0 commit comments

Comments
 (0)