update: docker-compose

This commit is contained in:
2025-08-05 20:50:48 +00:00
parent 92607a9664
commit 1fe369550a

View File

@@ -1,12 +1,12 @@
services:
blog:
image: kasperhermansen/kasperhermansen-blog:1753957143
image: kasperhermansen/kasperhermansen-blog:1754427014
healthcheck:
test:
- CMD
- wget
- "--spider"
- "-q"
- --spider
- -q
- http://localhost:80
interval: 10s
timeout: 3s