confluence icon indicating copy to clipboard operation
confluence copied to clipboard

The simplest docker file of Confluence. Support v8.9.1(latest) and v8.5.9(lts)

Results 46 confluence issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/haxqer/confluence/assets/120438118/be4df32e-4b6e-4d06-8749-2a2d0e827a27) ![image](https://github.com/haxqer/confluence/assets/120438118/40abe19d-5620-4ec5-8819-8d1fa1d5c31f) 大佬,使用你的compose中的JVM配置将最大内存变成12G,但是不生效。

首先感谢作者☺ 看到issues里不少人反馈使用mysql数据库出现问题,加上confluence默认推荐使用的postgreSQL数据库(在第一次配置数据库的时候首先就是psql),在此交流一下使用postgreSQL安装confluence #安装启动postgreSQL14数据库 ``` docker volume create postgresql14_data docker run --name psqldb14-confluence -p 5432:5432 -v postgresql14_data:/var/lib/postgresql/data -e POSTGRES_USER=confluence -e POSTGRES_PASSWORD='数据库密码' -d postgres:14 ``` #进入postgreSQL数据库容器,进行相关配置 `docker exec -it psqldb14-confluence /bin/bash` 进入命令行...

Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.

首先,感谢作者无私的共享,为社区提供的服务 **硬件配置**我目前租赁了一台2核8G的服务器,跑了一个confluence作为内部wiki使用 之前是5的版本,现在升级到8 **现象**:加载比较卡顿,首页打开后静态页面是正常加载的,比较快,但是中间的列表加载很缓慢 包括打开空间也是加载比较缓慢,目录也比较缓慢 **我做了哪些优化** 我调整了jvm的大小为2gb,可以在系统中查看到,但是并没有特别大的效果 **希望得到的帮助** 想问一下是不是cpu性能太差了,还是我哪里配置的有问题导致这个情况

你好请问 我每次通过docker-compose down 然后再docker-compose up -d 启动后,都需要重新破解,并且破解后继续使用原来的数据库提示需要覆盖数据库而不能继续使用。这个有办法解决吗。通过docker restart 就不用重新破解。

![image](https://github.com/user-attachments/assets/bf0a117e-e77b-49eb-9f0d-d270a7332d5b)

Hey, I have a performance issue with the confluence setup. I am getting this issue. Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is...

大佬,我按照了你的操作步骤,运行成功之后,生成密钥填写之后提示”您输入的授权码对 有效但对Confluence无效。“这个是什么原因呢?大佬有空的时候能否解答一下,辛苦了 使用的是 8.9.1 的版本

Hi. I get above Error. in fact, the installer is stuck in "We're just setting up your database. This can take a little while." I changed the root user privilege...