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: 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