Hi all,
I’m trying to rewrite some old history, essentially replacing all old instances of docker-compose
with docker compose
to preserve the usefulness of my old commands. It seems trivial to write the SQL query, though I suspect modifying the database directly is ill advised. Can I cheat here and get away with it? Will the changes get synchronized, or do I have to run the queries on each machine?
It’s also valid to tell me I shouldn’t be doing what I’m doing