initial commit docker-compose files
This commit is contained in:
6
restart.sh
Executable file
6
restart.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
start='date'
|
||||
echo "Running restart..."
|
||||
docker-compose --compatibility down && docker-compose --compatibility up -d
|
||||
end='date'
|
||||
echo -e "\nScript has reached its end after: " $((end-start)) " seconds"
|
||||
Reference in New Issue
Block a user