File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616# ##################################################################################################################################################################################################
1717
1818NOMAD_DIR=" /opt/project-nomad"
19- MANAGEMENT_COMPOSE_FILE=" ${NOMAD_DIR} /docker-compose-management.yaml "
19+ MANAGEMENT_COMPOSE_FILE=" ${NOMAD_DIR} /docker-compose-management.yml "
2020
2121# ##################################################################################################################################################################################################
2222# #
@@ -87,7 +87,7 @@ uninstall_nomad() {
8787 docker ps -a --filter " name=^nomad_" --format " {{.Names}}" | xargs -r docker rm -f
8888 echo " Allowing some time for app containers to stop..."
8989 sleep 5
90-
90+
9191 echo " Containers should be stopped now."
9292
9393 echo " Removing Project N.O.M.A.D. files..."
You can’t perform that action at this time.
0 commit comments