mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-05-08 23:06:32 +00:00
[Update] 支持radius认证 (#2323)
* [Update] 支持radius认证 * [Update] 支持radius * [Update] 增加requirements * [Update] 修改copyright * [Update] 修改migrations
This commit is contained in:
@@ -12,7 +12,7 @@ RUN yum -y install epel-release && cd /tmp/requirements && \
|
||||
RUN cd /tmp/requirements && pip install -r requirements.txt
|
||||
|
||||
COPY . /opt/jumpserver
|
||||
COPY config_docker.py /opt/jumpserver/config.py
|
||||
COPY config_example.yml /opt/jumpserver/config.yml
|
||||
VOLUME /opt/jumpserver/data
|
||||
VOLUME /opt/jumpserver/logs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user