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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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: