Fixes OSError: Protocol not found

Fixes an issue with tcp not being found in the protocols list
This commit is contained in:
AngryBeeSec
2022-01-11 22:30:40 -05:00
committed by GitHub
parent f7993d5ef1
commit 92a8f7beee

View File

@@ -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: