[infra] Fix the listmonk upgrade invocation

This commit is contained in:
Manav Rathi 2024-04-05 16:51:08 +05:30
parent 5904e3dd2c
commit 5266e5d1dc
No known key found for this signature in database

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 \