Closed gamemann closed 1 year ago
I receive the following error when running the Docker command from the README.
└─$ sudo docker run --rm -it -p 1234:1234 28785:28785/udp ghcr.io/cfoust/sour [sudo] password for christian: Unable to find image '28785:28785/udp:latest' locally
I received this both on my home server and Linux laptop.
Docker version 20.10.11, build dea9396
Correction is just specifying the -p flag again before the second port mapping.
-p
Nice catch! Feel free to merge whenever :)
Thank you! It doesn't appear I can merge this pull request though since I don't have write access.
Woops, you're right! Sorry about that!
I receive the following error when running the Docker command from the README.
I received this both on my home server and Linux laptop.
Correction is just specifying the
-p
flag again before the second port mapping.