# coolify-kompose-1 / shared

This directory is bind-mounted into the python-server (as /shared) and the
ubuntu sandbox (as /shared) of the coolify-kompose-1 stack. Files here persist
across container restarts because they live on the host filesystem
(/data/projects/coolify-kompose-1/shared/) — not inside an ephemeral container.

You can edit these files from the host (ssh root@server) or from inside the
sandbox container (docker exec -it km1-sandbox bash). Both see the same bytes.
