Skip to content

Playbooks

Ben Muschol edited this page Mar 28, 2018 · 5 revisions

This is for my personal use. Just a collection of responses for common server issues

NGINX can't restart

ERROR: for app_nginx_1 Cannot restart container

dc ps -a
# get the id for nginx
docker rm $id
dc up -d
Clone this wiki locally