Sign inSign up

xiao1121feng/wiki

By xiao1121feng

•Updated over 2 years ago

confluence 安装

Image
1

440

xiao1121feng/wiki repository overview

⁠启动说明

⁠1、运行postgre数据库

docker run -d --name postgre -e POSTGRES_USER=postgre -e POSTGRES_PASSWORD=postgre -p 5432:5432 -v /data:/var/lib/postgresql/data postgres:12.0-alpine

⁠2、启动Confluence

docker run -d --name wiki -v /data:/var/atlassian/confluence -p 8090:8090 xiao1121feng/wiki:v2

⁠3、通过工具获取 激活码

https://down.whsir.com/downloads/confluence7.4pojie.zip⁠

教程 https://blog.whsir.com/post-5854.html

Tag summary

Content type

Image

Digest

sha256:831ea3336…

Size

1.9 GB

Last updated

over 2 years ago

docker pull xiao1121feng/wiki:8.8