[infra] Fix the listmonk upgrade invocation
This commit is contained in:
parent
5904e3dd2c
commit
5266e5d1dc
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…
Reference in a new issue