fix: volume mounts

This commit is contained in:
2023-01-05 17:57:07 +01:00
parent 6b9038dafe
commit 132a44aedb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
async-icinga:
volumes:
- "/app/config/:/data/async-icinga/"
- "/data/async-icinga/:/app/config"
ports:
- 5001:5000
image: registry.atlantishq.de/athq/async-icinga

View File

@@ -3,6 +3,6 @@ grafana:
- 3000:3000
image: grafana/grafana-oss
volumes:
- "/var/lib/grafana:/var/grafana"
- "/var/grafana:/var/lib/grafana"
environment:
GF_INSTALL_PLUGINS : "grafana-clock-panel,grafana-simple-json-datasource"