File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,34 +15,34 @@ default port: 8090
15
15
- start confluence & mysql
16
16
17
17
```
18
- git clone https://github.com/haxqer/confluence.git \
19
- && cd confluence \
20
- && docker-compose up
18
+ git clone https://github.com/haxqer/confluence.git \
19
+ && cd confluence \
20
+ && docker-compose up
21
21
```
22
22
23
23
- start confluence & mysql daemon
24
24
25
25
```
26
- docker-compose up -d
26
+ docker-compose up -d
27
27
```
28
28
29
29
- default db(mysql8.0) configure:
30
30
31
31
``` bash
32
- driver=mysql
33
- host=mysql-confluence
34
- port=3306
35
- db=confluence
36
- user=root
37
- passwd=123456
32
+ driver=mysql
33
+ host=mysql-confluence
34
+ port=3306
35
+ db=confluence
36
+ user=root
37
+ passwd=123456
38
38
```
39
39
40
40
## How to run with docker
41
41
42
42
- start confluence
43
43
44
44
```
45
- docker volume create confluence_home_data && docker network create confluence-network && docker run -p 8090:8090 -v confluence_home_data:/var/confluence --network confluence-network --name confluence-srv -e TZ='Asia/Shanghai' haxqer/confluence:8.6.1
45
+ docker volume create confluence_home_data && docker network create confluence-network && docker run -p 8090:8090 -v confluence_home_data:/var/confluence --network confluence-network --name confluence-srv -e TZ='Asia/Shanghai' haxqer/confluence:8.6.1
46
46
```
47
47
48
48
- config your own db:
You can’t perform that action at this time.
0 commit comments