mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-13 10:10:54 +01:00
Fixes OSError: Protocol not found
Fixes an issue with tcp not being found in the protocols list
This commit is contained in:
parent
f7993d5ef1
commit
92a8f7beee
@ -7,6 +7,7 @@ services:
|
|||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||||
|
- /etc/protocols:/etc/protocols:ro
|
||||||
- ../:/content/
|
- ../:/content/
|
||||||
- $HOME/.Xauthority:/home/micromamba/.Xauthority:rw
|
- $HOME/.Xauthority:/home/micromamba/.Xauthority:rw
|
||||||
devices:
|
devices:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user