3 lines
85 B
Bash
Executable File
3 lines
85 B
Bash
Executable File
docker ps -a | grep nextcloud-fpm | awk '{print $1}' | xargs docker rm -f
|
|
./start.sh
|