From 853dfe85098b089c51651f94b5f100807c0a4b93 Mon Sep 17 00:00:00 2001 From: emranemran Date: Mon, 6 Nov 2023 10:43:35 -0800 Subject: [PATCH] box: add port 7979 to expose catalyst-api --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6dea07281..beb7b2a4a 100644 --- a/Makefile +++ b/Makefile @@ -228,6 +228,7 @@ box-dev: scripts -p 5432:5432 \ -p 1935:1935 \ -p 4242:4242 \ + -p 7979:7979 \ -p 3478:3478 \ -p 3478:3478/udp \ -p 5349:5349 \