Update to thin server for faye messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user