Closed Yimura closed 4 days ago
Should be fairly clear, with the recent changes made in #255 the docker-compose.yml will bind mount data/ to /pumpkin.
data/
/pumpkin
When spinning up pumpkin with docker compose up --build none of the new files created under data/ will be in git status.
docker compose up --build
git status
Looks good and makes sense. Thanks @Yimura
Description
Should be fairly clear, with the recent changes made in #255 the docker-compose.yml will bind mount
data/
to/pumpkin
.Testing
When spinning up pumpkin with
docker compose up --build
none of the new files created underdata/
will be ingit status
.