Skip to content

Commit

Permalink
将部署的组件端口改为默认的
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Apr 16, 2024
1 parent b63a8a4 commit 2b40ec8
Show file tree
Hide file tree
Showing 67 changed files with 7 additions and 8,388 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const plugins = require('./config/plugins.js');
const themeConfig = require('./config/themeConfig.js');

module.exports = {
// theme: 'vdoing', // 使用npm包主题
theme: require.resolve('../../vdoing'), // 使用本地主题包
theme: 'vdoing', // 使用npm包主题
// theme: require.resolve('../../vdoing'), // 使用本地主题包
title: "Go-Ldap-Admin",
description: '基于Go+Vue实现的openLDAP后台管理项目',
base: '/', // 格式:'/<仓库名>/', 默认'/'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permalink: /pages/f081dc/

| Service | Port(宿主机端口:容器端口) |
| :-----------: | :-----------------------: |
| MySQL | `3307:3306` |
| MySQL | `3306:3306` |
| openLDAP | `389:389` |
| phpldapadmin | `8091:80` |
| go-ldap-admin | `8888:8888` |
Expand Down Expand Up @@ -73,7 +73,7 @@ services:
- ./data/openldap/database:/var/lib/ldap
- ./data/openldap/config:/etc/ldap/slapd.d
ports:
- 388:389
- 389:389
networks:
- go-ldap-admin

Expand Down Expand Up @@ -150,7 +150,7 @@ services:
hostname: go-ldap-admin-mysql
restart: always
ports:
- '3307:3306'
- '3306:3306'
environment:
TZ: Asia/Shanghai
MYSQL_ROOT_PASSWORD: 123456
Expand All @@ -176,7 +176,7 @@ services:
- ./data/openldap/database:/var/lib/ldap
- ./data/openldap/config:/etc/ldap/slapd.d
ports:
- 388:389
- 389:389
networks:
- go-ldap-admin

Expand Down Expand Up @@ -253,7 +253,7 @@ services:
- ./data/openldap/database:/var/lib/ldap
- ./data/openldap/config:/etc/ldap/slapd.d
ports:
- 388:389
- 389:389
networks:
- go-ldap-admin
Expand Down
21 changes: 0 additions & 21 deletions vdoing/LICENSE

This file was deleted.

7 changes: 0 additions & 7 deletions vdoing/README.md

This file was deleted.

166 changes: 0 additions & 166 deletions vdoing/components/AlgoliaSearchBox.vue

This file was deleted.

Loading

0 comments on commit 2b40ec8

Please sign in to comment.