File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ sudo --user="${NEW_USER}" -- \
5353 docker run \
5454 --detach \
5555 --name=forest-" ${CHAIN} " \
56- --env " FOREST_GC_TRIGGER_FACTOR=1.4" \
5756 --volume=/home/" ${NEW_USER} " /forest_data:/home/" ${NEW_USER} " /forest_data:z \
5857 --network=host \
5958 --restart=always \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
2525 - ' --save-token'
2626 - ' /tmp/admin_token'
2727 environment :
28- FOREST_GC_TRIGGER_FACTOR : " 1.4 "
28+ FOREST_SNAPSHOT_GC_INTERVAL_EPOCHS : " 8640 " # every 3 days
2929 restart : unless-stopped
3030 labels :
3131 com.centurylinklabs.watchtower.enable : true
@@ -51,7 +51,7 @@ services:
5151 - ' --save-token'
5252 - ' /tmp/admin_token'
5353 environment :
54- FOREST_GC_TRIGGER_FACTOR : " 1.2 "
54+ FOREST_SNAPSHOT_GC_INTERVAL_EPOCHS : " 8640 " # every 3 days
5555 restart : unless-stopped
5656 labels :
5757 com.centurylinklabs.watchtower.enable : true
You can’t perform that action at this time.
0 commit comments