Merge pull request #57 from AngryBeeSec/main
Fixes OSError: Protocol not found
This commit is contained in:
commit
25790ddc60
|
@ -7,6 +7,7 @@ services:
|
|||
network_mode: "host"
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||
- /etc/protocols:/etc/protocols:ro
|
||||
- ../:/content/
|
||||
- $HOME/.Xauthority:/home/micromamba/.Xauthority:rw
|
||||
devices:
|
||||
|
|
Loading…
Reference in New Issue