https://github.com/cppla/ServerStatus
https://github.com/BotoX/ServerStatus
Server:
https://github.com/cppla/ServerStatus
https://github.com/BotoX/ServerStatus
Server:
stop containers
docker-compose down
delete containers
docker rm -f $(docker ps -a -q)
delete volumes
docker volume rm $(docker volume ls -q)
start docker
docker-compose up -d