deploy: pin compose image tag to the actual 0.1.0 release

It was still pointing at 1.0.0, a version that was never tagged or
released (CHANGELOG and git tags top out at 0.1.0/v0.0.1).
This commit is contained in:
2026-08-03 21:25:03 +03:00
parent a55dbaeec0
commit ce34f02dac
+1 -1
View File
@@ -21,7 +21,7 @@
services:
selfpost:
image: ghcr.io/mixeme/selfpost:1.0.0
image: ghcr.io/mixeme/selfpost:0.1.0
restart: unless-stopped
environment:
SELFPOST_HOSTNAME: "${SELFPOST_HOSTNAME:?set the mail/panel hostname, e.g. mail.example.com}"