tried to fix build error 2

This commit is contained in:
RubenRWU
2026-04-07 17:37:40 +02:00
parent 12e147c33b
commit 01c5e73d64

View File

@@ -6,7 +6,7 @@ services:
context: .
dockerfile: Dockerfile
restart: unless-stopped
expose:
ports:
- "80"
healthcheck:
test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1/health"]