diff --git a/Makefile b/Makefile index 34a4c71..cdcfd6e 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,5 @@ run: build --name $(SERVER_CONTAINER_NAME) \ -e DB_NAME=$(DB_NAME) \ -e MONGO_URL=$(MONGO_URL) \ - --network host \ + --network=host \ $(SERVER_IMAGE)