Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
d85c893e
Commit
d85c893e
authored
Sep 27, 2019
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update] 修改默认监听的端口
parent
2c46707c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+1
-1
conf.py
apps/jumpserver/conf.py
+1
-1
config_example.yml
config_example.yml
+1
-1
No files found.
Dockerfile
View file @
d85c893e
...
...
@@ -21,6 +21,6 @@ VOLUME /opt/jumpserver/logs
ENV
LANG=zh_CN.UTF-8
ENV
LC_ALL=zh_CN.UTF-8
EXPOSE
8070
EXPOSE
8080
EXPOSE
8081
ENTRYPOINT
["./entrypoint.sh"]
apps/jumpserver/conf.py
View file @
d85c893e
...
...
@@ -376,7 +376,7 @@ defaults = {
'RADIUS_SECRET'
:
''
,
'HTTP_BIND_HOST'
:
'0.0.0.0'
,
'HTTP_LISTEN_PORT'
:
8080
,
'WS_LISTEN_PORT'
:
80
82
,
'WS_LISTEN_PORT'
:
80
70
,
'LOGIN_LOG_KEEP_DAYS'
:
90
,
'ASSETS_PERM_CACHE_TIME'
:
3600
*
24
,
'SECURITY_MFA_VERIFY_TTL'
:
3600
,
...
...
config_example.yml
View file @
d85c893e
...
...
@@ -44,7 +44,7 @@ DB_NAME: jumpserver
# 运行时绑定端口
HTTP_BIND_HOST
:
0.0.0.0
HTTP_LISTEN_PORT
:
8080
WS_LISTEN_PORT
:
80
82
WS_LISTEN_PORT
:
80
70
# Use Redis as broker for celery and web socket
# Redis配置
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment