Skip to content

Commit

Permalink
Do not mount redis.sock to avoid race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Junchao-Mellanox committed Jun 26, 2024
1 parent 19ac10b commit 9bc0b62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rules/docker-restapi.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ endif

$(DOCKER_RESTAPI)_CONTAINER_NAME = restapi
$(DOCKER_RESTAPI)_RUN_OPT += -t
$(DOCKER_RESTAPI)_RUN_OPT += -v /var/run/redis/redis.sock:/var/run/redis/redis.sock
$(DOCKER_RESTAPI)_RUN_OPT += -v /etc/sonic/credentials:/etc/sonic/credentials:ro
$(DOCKER_RESTAPI)_RUN_OPT += -p=8081:8081/tcp

Expand Down

0 comments on commit 9bc0b62

Please sign in to comment.