Jadewave commited on
Commit
94a00e2
·
verified ·
1 Parent(s): 39a1e7b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -27,6 +27,6 @@ USER koharu
27
  WORKDIR /home/koharu
28
 
29
  VOLUME ["/home/koharu/.local/share/Koharu"]
30
- EXPOSE 4000
31
 
32
- CMD ["/usr/local/bin/koharu", "--headless", "--host", "0.0.0.0", "--port", "4000"]
 
27
  WORKDIR /home/koharu
28
 
29
  VOLUME ["/home/koharu/.local/share/Koharu"]
30
+ EXPOSE 7860
31
 
32
+ CMD ["/usr/local/bin/koharu", "--headless", "--host", "0.0.0.0", "--port", "7860"]