Fix up version

This commit is contained in:
2025-06-14 18:41:55 +02:00
parent e7b8fe337a
commit dd5e9609d5

View File

@@ -2,9 +2,7 @@ version: '3.8'
services: services:
app: app:
image: docker.site.quack-lab.dev/signaturer:latest image: docker.site.quack-lab.dev/signaturer:v1.0.1
ports:
- "80:80"
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"] test: ["CMD", "curl", "-f", "http://localhost:80"]