mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
created scripts used to start/stop alfresco
This commit is contained in:
7
scripts/stopDockerContainers.sh
Normal file
7
scripts/stopDockerContainers.sh
Normal 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
|
Reference in New Issue
Block a user