Fix up version
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user