no string 200
This commit is contained in:
parent
a693148bb2
commit
e7bb5d631f
@ -26,6 +26,6 @@ source .env
|
||||
echo '{"Service":"Internet Banking", "Status":"'$STATUS'", "Date":"'$DATE'", "Time":"'$TIME'"}' | tee -a public/status.json
|
||||
fi
|
||||
fi
|
||||
echo '{"Date":"'$DATE'", "Time":"'$TIME'", "Status:"'$STATUS'"}' | tee public/lastcheck.json
|
||||
echo '{"Date":"'$DATE'", "Time":"'$TIME'", "Status:'$STATUS'}' | tee public/lastcheck.json
|
||||
echo Sleep:$DELAY;sleep $DELAY
|
||||
done
|
||||
|
11
public/docker-compose.yml
Normal file
11
public/docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: '3.5'
|
||||
services:
|
||||
#########################
|
||||
app:
|
||||
build: .
|
||||
image: git.shihaam.dev/dockerfiles/nginx-php8.0
|
||||
volumes:
|
||||
- ./:/var/www/html/
|
||||
ports:
|
||||
- 8054:80
|
||||
# restart: always
|
0
public/index.html
Normal file
0
public/index.html
Normal file
Loading…
x
Reference in New Issue
Block a user