This commit is contained in:
mjallen18
2026-03-16 17:28:58 -05:00
parent 9ad581f0e5
commit cbfe855853

View File

@@ -16,6 +16,10 @@ in
ports = [ "6052:6052" ]; ports = [ "6052:6052" ];
volumes = [ volumes = [
"/var/lib/esphome:/config" "/var/lib/esphome:/config"
# Persist the PlatformIO core dir (penv, packages, platforms) so the
# pioarduino penv_setup.py dependency install only runs once rather
# than on every container restart.
"/var/lib/esphome/.platformio:/root/.platformio"
]; ];
environment = { environment = {
TZ = "America/Chicago"; TZ = "America/Chicago";