Closed
Description
The current workflow is stop
/down
-> pull
-> up
.
I haven't figured out the optimal way, but it seems like a single docker compose up -d --pull always
would be sufficient to rebuild and restart. Unfortunately, the container gets restarted even if there were no changes to images or configuration.
Metadata
Metadata
Assignees
Labels
No labels
Activity
jaypikay commentedon Feb 13, 2023
Thanks. I could use this instead of the
stop
command. Thedown
is used to remove unused volumes.jaypikay commentedon Feb 15, 2023
I have implemented a variant of this in 0.5.1
chore(deps): update dependency pre-commit to v3 (#2)