Skip to content

Commit

Permalink
Merge pull request #57 from chen2eric/feature/fix_default_port
Browse files Browse the repository at this point in the history
change default port
  • Loading branch information
Dot-Liu authored Jun 20, 2022
2 parents fdabb55 + e85b7a6 commit 9cd1e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM centos:latest
MAINTAINER eolink

#声明端口
EXPOSE 9400 8080
EXPOSE 9400 8099

#定义数据卷
VOLUME /var/lib/apinto
Expand Down
2 changes: 1 addition & 1 deletion build/resources/config.yml.tmp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
listen: # node listen port
- 8080
- 8099

admin: # openAPI request info
scheme: http # listen scheme
Expand Down

0 comments on commit 9cd1e47

Please sign in to comment.