Update to thin server for faye messages

This commit is contained in:
2022-01-31 12:14:46 -05:00
parent 261fdec6b4
commit 13efc63c88
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ docker build -f faye/Dockerfile -t mozo_faye .
# 5. Spin up the counter container from the generated image
if [ $arch == "Darwin" ]; then
echo "Running the created image using the Mac Darwin port exposing"
#docker run -p 9296:9296 --restart unless-stopped --detach --name=mozo_faye mozo_faye
docker run -p 9296:9296 --restart unless-stopped --detach --name=mozo_faye mozo_faye
else
echo "Running the created image using network=host"
docker run --network=host --restart unless-stopped --detach --name=mozo_faye mozo_faye