publiclab / plots2

a collaborative knowledge-exchange platform in Rails; we welcome first-time contributors! :balloon:
https://publiclab.org
GNU General Public License v3.0
956 stars 1.83k forks source link

Improve deployment script #2953

Open icarito opened 6 years ago

icarito commented 6 years ago
icarito commented 6 years ago

Sometimes containers refuse to be removed with the message: Container is marked for removal and cannot be started.

In this case it is necessary to run $ docker-compose -f containers/docker-compose-stable.yml down.

We should also figure out why this is the case.

icarito commented 6 years ago

2979 is a beginning of item 3. Pretty close.