Skip to content

Commit

Permalink
Update docker/entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcapet committed May 13, 2024
1 parent df309b4 commit 2d59328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ EOT
exec dumb-init "$@"
;;
etcd)
exec "$@" --auto-compaction-retention=6 -advertise-client-urls "http://$DOCKER_IP:2379"
exec "$@" --auto-compaction-retention=1 -advertise-client-urls "http://$DOCKER_IP:2379"
;;
zookeeper)
exec /usr/share/zookeeper/bin/zkServer.sh start-foreground
Expand Down

0 comments on commit 2d59328

Please sign in to comment.