update: docker-compose
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
services:
|
services:
|
||||||
blog:
|
blog:
|
||||||
image: kasperhermansen/kasperhermansen-blog:1753957143
|
image: kasperhermansen/kasperhermansen-blog:1754427014
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD
|
- CMD
|
||||||
- wget
|
- wget
|
||||||
- "--spider"
|
- --spider
|
||||||
- "-q"
|
- -q
|
||||||
- http://localhost:80
|
- http://localhost:80
|
||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
|
Reference in New Issue
Block a user