diff --git a/Dockerfile b/Dockerfile index 971b4c361..a430c9bae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,4 +43,4 @@ ENV LNBITS_HOST="0.0.0.0" EXPOSE 5000 -CMD ["sh", "-c", "uv --offline run lnbits --port $LNBITS_PORT --host $LNBITS_HOST --forwarded-allow-ips='*'"] +CMD ["sh", "-c", "uv --offline run --no-sync lnbits --port $LNBITS_PORT --host $LNBITS_HOST --forwarded-allow-ips='*'"]