[infra] Fix the listmonk upgrade invocation (#1329)

Tested on the actual instance
This commit is contained in:
Manav Rathi 2024-04-05 17:03:03 +05:30 committed by GitHub
commit 4ad060c4e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ ExecStartPre=-docker stop listmonk
ExecStartPre=-docker rm listmonk
ExecStartPre=-docker run --rm --name listmonk \
-v /root/listmonk/config.toml:/listmonk/config.toml:ro \
listmonk/listmonk --upgrade --yes
listmonk/listmonk ./listmonk --upgrade --yes
ExecStart=docker run --name listmonk \
-p 9000:9000 \
-v /root/listmonk/config.toml:/listmonk/config.toml:ro \