fix: mount database dir

This commit is contained in:
2023-01-05 20:25:09 +01:00
parent 934b9b64c7
commit 4802af7b33
2 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
async-icinga:
volumes:
- "/data/async-icinga/:/app/config"
- "/data/async-icinga/instance/:/app/instance/"
restart: always
ports:
- 5006:5000