mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2026-01-19 14:26:17 +00:00
Add extra_hosts configuration for openwebui service
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user