mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 17:50:29 +08:00
fix: 修复 docker 版本VNC 服务权限问题
This commit is contained in:
parent
67b943c151
commit
65874c6b43
@ -110,6 +110,8 @@ RUN sed -i 's/deb.debian.org/mirrors.tuna.tsinghua.edu.cn/' /etc/apt/sources.lis
|
|||||||
/run/kvmd \
|
/run/kvmd \
|
||||||
/tmp/kvmd-nginx \
|
/tmp/kvmd-nginx \
|
||||||
&& touch /run/kvmd/ustreamer.sock \
|
&& touch /run/kvmd/ustreamer.sock \
|
||||||
|
&& groupadd kvmd-selfauth \
|
||||||
|
&& usermod -a -G kvmd-selfauth root \
|
||||||
&& apt clean \
|
&& apt clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& rm -rf /tmp/lib /tmp/wheel \
|
&& rm -rf /tmp/lib /tmp/wheel \
|
||||||
|
|||||||
@ -6,4 +6,4 @@
|
|||||||
#
|
#
|
||||||
# NEVER use the same passwords for KVMD, IPMI and VNCAuth users.
|
# NEVER use the same passwords for KVMD, IPMI and VNCAuth users.
|
||||||
|
|
||||||
admin
|
admin -> admin:admin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user