Skip to content

Commit

Permalink
chore: rename sample config file in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Jun 19, 2023
1 parent 26e8e2e commit 220617e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
depends_on:
- prometheus
volumes:
- ./config.sample.toml:/etc/mii-lama/config.toml:ro
- ./config.toml:/etc/mii-lama/config.toml:ro
- ./prometheus.sample.yml:/etc/prometheus/prometheus.yml:ro
command:
- '--config=/etc/mii-lama/config.toml'
Expand Down

0 comments on commit 220617e

Please sign in to comment.