Add extra_hosts configuration for openwebui service

This commit is contained in:
Dominik
2026-01-05 09:11:02 +00:00
parent 652727b91c
commit 146e070448

View File

@@ -21,3 +21,5 @@ services:
- "3000:8080" - "3000:8080"
volumes: volumes:
- ./openwebui:/app/backend/data - ./openwebui:/app/backend/data
extra_hosts:
- host.docker.internal:host-gateway