Deploying a stack after changing service names doesn't work good #22
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce:
wordpress→appandmariadb→db(see #19)The new
appservice never comes up because it can't connect to the database, the newdbservice can't start because of file locking clashes with the existingmariadbone.docker stack rm demo_wordpressfollowed by a redeploy fixes it; this workaround may be all we need as I don't expect to have to rename services often. But, if there's a way to say "make sure other services called X are stopped first" then that'd be awesome.Deploying a stack after changing services names doesn't work goodto Deploying a stack after changing service names doesn't work goodMigrated to coop-cloud/abra#95.