This commit is contained in:
Zef Hemel
2022-12-16 13:00:06 +01:00
parent 74c4694af6
commit 0314e3025f
4 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ EXPOSE 3000
# Run the server, allowing to pass in additional argument at run time, e.g.
# docker run -p 3002:3000 -v myspace:/space -it zefhemel/silverbullet --user me:letmein
ENTRYPOINT ["/tini", "--", "deno", "run", "-A", "--unstable", "/silverbullet.js", "/space"]
ENTRYPOINT ["/tini", "--", "deno", "run", "-A", "--unstable", "/silverbullet.js", "--hostname", "0.0.0.0", "/space"]