Add container_name, remove ineffective extra_hosts with network_mode host
This commit is contained in:
parent
3974010156
commit
9f92c09586
@ -1,11 +1,10 @@
|
|||||||
services:
|
services:
|
||||||
llmproxy:
|
llmproxy:
|
||||||
image: mediaeng/llmproxy:latest
|
image: mediaeng/llmproxy:latest
|
||||||
|
container_name: llmproxy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
network_mode: host
|
||||||
env_file: .env
|
env_file: .env
|
||||||
extra_hosts:
|
|
||||||
- "host.docker.internal:host-gateway"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend/test.db:/app/backend/test.db
|
- ./backend/test.db:/app/backend/test.db
|
||||||
- ./backend/logs:/app/backend/logs
|
- ./backend/logs:/app/backend/logs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user