Skip to content

Commit c427e72

Browse files
authored
Disable port 8090 (#6764)
1 parent 11937d3 commit c427e72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rules/docker-restapi.mk

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ $(DOCKER_RESTAPI)_RUN_OPT += --cap-add NET_ADMIN --privileged -t
2121
$(DOCKER_RESTAPI)_RUN_OPT += -v /var/run/redis/redis.sock:/var/run/redis/redis.sock
2222
$(DOCKER_RESTAPI)_RUN_OPT += -v /etc/sonic/credentials:/etc/sonic/credentials:ro
2323
$(DOCKER_RESTAPI)_RUN_OPT += -p=8081:8081/tcp
24-
$(DOCKER_RESTAPI)_RUN_OPT += -p=8090:8090/tcp
2524

2625
$(DOCKER_RESTAPI)_FILES += $(SUPERVISOR_PROC_EXIT_LISTENER_SCRIPT)
2726
$(DOCKER_RESTAPI)_BASE_IMAGE_FILES += monit_restapi:/etc/monit/conf.d

0 commit comments

Comments
 (0)