Closed tjayrush closed 2 years ago
Currently, docker compose up runs both the core and monitors.
docker compose up
core
monitors
I'd rather if it only ran core and the user could do a different command to run the monitors code.
This is related to issue #337 which allows users to run the core while exposing external drives.
Currently,
docker compose up
runs both thecore
andmonitors
.I'd rather if it only ran
core
and the user could do a different command to run themonitors
code.This is related to issue #337 which allows users to run the core while exposing external drives.