mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-09 00:08:53 +01:00
Merge pull request #239 from waffshappen/patch-2
Allow Project File Access with Podman+Selinux
This commit is contained in:
commit
f2b643a639
@ -5,6 +5,8 @@ services:
|
||||
environment:
|
||||
- DISPLAY=${DISPLAY}
|
||||
network_mode: "host"
|
||||
security_opt:
|
||||
- label:disable
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||
- /etc/protocols:/etc/protocols:ro
|
||||
|
@ -5,6 +5,8 @@ services:
|
||||
environment:
|
||||
- DISPLAY=${DISPLAY}
|
||||
network_mode: "host"
|
||||
security_opt:
|
||||
- label:disable
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||
- /etc/protocols:/etc/protocols:ro
|
||||
|
Loading…
x
Reference in New Issue
Block a user