Can no longer deploy listmonk
jigzstar
HOBBYOP

2 years ago

When trying to deploy listmonk, I get the error below:

[4/4] RUN ./listmonk --idempotent --yes --upgrade || ./listmonk --install --yes --upgrade:

0.550 2024/03/17 12:31:13 main.go:102: v3.0.0 (f9120d9 2024-02-04T11:20:27Z, linux/amd64)

0.550 2024/03/17 12:31:13 init.go:150: reading config: config.toml

0.551 2024/03/17 12:31:13 init.go:155: error loading config from file: unhandled token: "user".

0.561 2024/03/17 12:31:13 main.go:102: v3.0.0 (f9120d9 2024-02-04T11:20:27Z, linux/amd64)

0.561 2024/03/17 12:31:13 init.go:150: reading config: config.toml

0.561 2024/03/17 12:31:13 init.go:155: error loading config from file: unhandled token: "user".

Dockerfile:5

3 | COPY config.sh ./config.sh

4 | RUN chmod +x ./config.sh && ./config.sh

5 | >>> RUN ./listmonk --idempotent --yes --upgrade || ./listmonk --install --yes --upgrade

6 |

ERROR: failed to solve: process "/bin/sh -c ./listmonk --idempotent --yes --upgrade || ./listmonk --install --yes --upgrade" did not complet

1 Replies

brody
EMPLOYEE

2 years ago

does your listmonk service deploy from a github repo or docker image? check the service settings


Loading...