Update to ccms docker config

This commit is contained in:
Aditya Ujeniya
2024-12-04 14:42:08 +01:00
parent 861036e864
commit 37dbd36c0f
2 changed files with 4 additions and 4 deletions

View File

@@ -167,12 +167,12 @@
},
"checkpoints": {
"interval": "12h",
"directory": "./var/checkpoints",
"directory": "/data/checkpoints",
"restore": "48h"
},
"archive": {
"interval": "50h",
"directory": "./var/archive"
"directory": "/data/archive"
},
"http-api": {
"address": "localhost:8082",