Replies: 1 comment 1 reply
-
I'm not sure what you mean by "deploy" in this context. That said, I think you'd maybe benefit from using a third party docker-compose action. Unfortunately I expect that if you were to try this it would fail, as currently the websockproxy container needs to run in privileged mode so that it can allocate TUN/TAP resources. I don't think it'd be terribly difficult to modify it to avoid the TUN/TAP device stuff and have it only switch packets between connected clients, however. I'll create a new feature issue to capture this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm trying to do this in my v86 repo, along with the Docker file in the root.
But it takes a while or if that's just me..
Is there a version that can deploy on GitHub actions?
Beta Was this translation helpful? Give feedback.
All reactions