File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ services:
100100 - redis
101101
102102 flowmachine_cache_cleanup :
103- container_name : flowmachine-cache-cleanup
103+ container_name : flowmachine_cache_cleanup
104104 image : flowminder/flowmachine:${CONTAINER_TAG:-latest}
105105 depends_on :
106106 - flowmachine_query_locker
Original file line number Diff line number Diff line change 135135 if [[ " $RUNNING " != " " ]]; then
136136 confirm " Existing containers are running and will be replaced. Are you sure?" || exit 1
137137 fi
138- DOCKER_SERVICES=" flowdb flowapi flowmachine flowauth flowmachine_query_locker $WORKED_EXAMPLES "
138+ DOCKER_SERVICES=" flowdb flowapi flowmachine flowauth flowmachine_query_locker flowmachine_cache_cleanup $WORKED_EXAMPLES "
139139 $DOCKER_COMPOSE pull $DOCKER_SERVICES
140140 $DOCKER_COMPOSE up -d --renew-anon-volumes $DOCKER_SERVICES
141141 echo " Waiting for containers to be ready.."
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ services:
3737 - flowdb
3838 - redis
3939 - zero
40- flowmachine-cache-cleanup :
41- container_name : flowmachine-cache-cleanup
40+ flowmachine_cache_cleanup :
41+ container_name : flowmachine_cache_cleanup
4242 image : flowminder/flowmachine:${CONTAINER_TAG:-latest}
4343 depends_on :
4444 - flowmachine_query_locker
You can’t perform that action at this time.
0 commit comments