tofubl@discuss.tchncs.detoSelfhosted@lemmy.world•Ansible docker playbook here we go!English
1·
2 days agoThat’s painful to look at. You can do markdown code blocks with triple-backticks `
That’s painful to look at. You can do markdown code blocks with triple-backticks `
Is there a specific reason you’re taking the services down before bringing them back up? Just
docker compose pull && docker compose up -d
recreates all services that had a new image pulled, but leaves the others running.