Comment on I'm using compose wrong and I know it.
lue3099@lemmy.world 1 year agoYou can reference a single or multiple containers in a compose stack.
docker compose -f /path/to/compose.yml [pull/up]
Comment on I'm using compose wrong and I know it.
lue3099@lemmy.world 1 year agoYou can reference a single or multiple containers in a compose stack.
docker compose -f /path/to/compose.yml [pull/up]
MonkCanatella@sh.itjust.works 1 year ago
whoa, I never knew that. Great tip!