This commit is contained in:
2026-03-31 14:43:31 +02:00
parent 570837b1e8
commit 66d7cf530a

View File

@@ -3,6 +3,8 @@ services:
build: .
container_name: meineordi-web
restart: unless-stopped
ports:
- "8094:80"
healthcheck:
test: ["CMD", "wget", "-qO-", "http://localhost/"]
interval: 30s