[infra] Fix the listmonk upgrade invocation (#1329)
Tested on the actual instance
This commit is contained in:
commit
4ad060c4e4
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue