You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I was wondering if this was a common issue or not. Basically i'm trying to ultimate the compiling of netmuxd by using the command docker-compose run netmuxd and after fetching the rust image(successfully) i get this:
Hey, I managed to figure out a way around this error. The zeroconf part is throwing an error, so I replaced the command line in the netmuxd section of docker-compose.yaml with the following
Note that this command also copies the entire target folder to build folder, AKA bin. I did this, since I got an error saying that the debug folder couldn't be found. So I just copied the whole target folder, and searched for the netmuxd file once finished. Then I just copied that out to the bin folder.
Hello! I was wondering if this was a common issue or not. Basically i'm trying to ultimate the compiling of netmuxd by using the command
docker-compose run netmuxd
and after fetching the rust image(successfully) i get this:altserverd/docker-compose.yaml
Line 8 in e0576e9
The text was updated successfully, but these errors were encountered: