Skip to content

Commit

Permalink
fix: incorrect rate limiter config mount
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Apr 23, 2024
1 parent 71ae7d3 commit b0332da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashmate/docker-compose.rate_limiter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
networks:
- envoy_rate_limiter
volumes:
- ${DASHMATE_HOME_DIR:?err}/${CONFIG_NAME:?err}/platform/dapi/envoy/rate_limiter.yaml:/data/ratelimit/config/config.yaml:ro
- ${DASHMATE_HOME_DIR:?err}/${CONFIG_NAME:?err}/platform/dapi/envoy/rate_limiter/rate_limiter.yaml:/data/ratelimit/config/config.yaml:ro
environment:
- LOG_LEVEL=info
- LOG_FORMAT=text
Expand Down

0 comments on commit b0332da

Please sign in to comment.