Skip to content

Commit

Permalink
Merge pull request #1778 from giannoug/prometheus-volumes
Browse files Browse the repository at this point in the history
Fix prometheus app data and config volumes
  • Loading branch information
nemchik authored Aug 21, 2024
2 parents 56e2790 + e9db3d3 commit 9cceefe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose/.apps/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ services:
restart: ${PROMETHEUS_RESTART}
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/prometheus:/config
- ${DOCKERCONFDIR}/prometheus/etc:/etc/prometheus
- ${DOCKERCONFDIR}/prometheus/data:/prometheus
- ${DOCKERSTORAGEDIR}:/storage

0 comments on commit 9cceefe

Please sign in to comment.