created scripts used to start/stop alfresco

This commit is contained in:
cagache
2018-06-28 14:21:22 +03:00
parent 759c647d34
commit 34ddaf0b3b
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -e # exit if commands fails
set -x # trace what gets exe
docker-compose ps
docker-compose kill
docker-compose rm -fv