mirror of
https://github.com/luzifer-docker/code-server.git
synced 2024-12-20 13:11:17 +00:00
Move IPC socket out of homedir in default args
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bc61b8a340
commit
b0c9d753e8
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ ENV USER=coder
|
||||||
WORKDIR /home/coder
|
WORKDIR /home/coder
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||||
CMD ["--auth", "none", "--bind-addr", "0.0.0.0:8080", "."]
|
CMD ["--auth", "none", "--bind-addr", "0.0.0.0:8080", "--session-socket", "/tmp/code-server-ipc.sock", "."]
|
||||||
|
|
Loading…
Reference in a new issue