Add host.docker.internal to docker-compose.yml
This commit is contained in:
@@ -11,6 +11,8 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
||||||
neo4j:
|
neo4j:
|
||||||
image: neo4j:5.26.4-community
|
image: neo4j:5.26.4-community
|
||||||
@@ -29,6 +31,8 @@ services:
|
|||||||
- lightrag_neo4j_import:/var/lib/neo4j/import
|
- lightrag_neo4j_import:/var/lib/neo4j/import
|
||||||
- lightrag_neo4j_data:/data
|
- lightrag_neo4j_data:/data
|
||||||
- lightrag_neo4j_backups:/backups
|
- lightrag_neo4j_backups:/backups
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
lightrag_neo4j_import:
|
lightrag_neo4j_import:
|
||||||
|
Reference in New Issue
Block a user