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:
app:
image: docker.site.quack-lab.dev/signaturer:latest
ports:
- "80:80"
image: docker.site.quack-lab.dev/signaturer:v1.0.1
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"]