mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-13 12:42:47 +02:00
fix: docker image dont rebuild after restart (#4057)
This commit is contained in:
parent
09e44f18e5
commit
3b6e87b060
1 changed files with 1 additions and 1 deletions
|
|
@ -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='*'"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue