Closed Carbrex closed 7 months ago
Use ./lila-docker stop and then ./lila-docker start. The normal containers start as expected but optional ones don't, you have to start them manually. Expected behavior: optional containers also start automatically.
./lila-docker stop
./lila-docker start
The lila-docker script may need another call to load_config_to_env before up-ing the containers
lila-docker
load_config_to_env
up
Use
./lila-docker stop
and then./lila-docker start
. The normal containers start as expected but optional ones don't, you have to start them manually. Expected behavior: optional containers also start automatically.