mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-29 05:09:10 +00:00
d62ac09503
Containers launched from the COMPOSE_DIR root (not individual subdirs) all share the root folder's name as their com.docker.compose.project label, making them appear as "external" despite being in COMPOSE_DIR. Switch to com.docker.compose.project.working_dir: a container is managed if its working directory is within COMPOSE_DIR, regardless of what project name Docker Compose assigned to it.