Skip to content

Commit

Permalink
[202311_RC] Do not mount redis.sock to avoid race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
keboliu committed Jun 27, 2024
1 parent c8eb66f commit 6fa1c5b
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 @@ -20,7 +20,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 6fa1c5b

Please sign in to comment.