Comment on Do you configure your servarr docker containers from one docker-compose file, or individual ones?
CalicoJack@lemmy.dbzer0.com 11 months agoYou can interact with a single container if you need to, not just the whole compose group. docker compose restart jellyfin
for your example, and “restart” can be swapped for stop or start as needed.
Splitting compose files can be a good idea, but it isn’t always necessary.
eager_eagle@lemmy.world 11 months ago
yes, but I use one alias for all stacks to down, pull, up as a daemon, and watch its logs, so I’d rather split the stack than have a special treatment for it.