Confluence is paid, but it can be cracked for use (purchase is recommended, and genuine versions are supported) The image used in this article is packaged based on others (image & cracking). The image in this article directly puts the cracked file into the container, eliminating the need to fiddle with the cracked jar package file yourself. It can be accessed after the container is deployed and started. Please follow the steps below for the whole process: 1. Database creation First create the file [mysqld] default-authentication-plugin=mysql_native_password lower-case-table-names=1 skip-name-resolve #skip-grant-tables max_connections=1000 max_user_connections=850 max_connect_errors=1000 max_allowed_packet=100M innodb_log_file_size=256M
For ease of use and portability, this article uses docker-compose to create a MySQL database (version 8.0), as follows version: '3.7' services: mysql8-confluence: image: harbor.goodcol.com:81/gukesoft/mysql8:8.0.16 container_name: mysql8-confluence ports: - 3308:3306 volumes: - /opt/soft/mysql8-confluence/conf.d:/etc/mysql/conf.d - /opt/soft/mysql8-confluence/data:/var/lib/mysql security_opt: -seccomp:unconfined environment: TZ: Asia/Shanghai MYSQL_ROOT_PASSWORD: 'root123456' command: --default-authentication-plugin=mysql_native_password --lower-case-table-names=1 Use the tool to connect to the database. First, create a database named set global transaction isolation level read committed; select @@global.transaction_isolation; 2. Start the confluence container As above, it is still deployed based on docker-compose, the content is as follows: version: '3.7' services: confluence: image: xzxiaoshan/confluence-agented:7.9.3 container_name: confluence environment: TZ: Asia/Shanghai ports: -8090:8090 volumes: - /opt/confluence:/var/atlassian/confluence 3. Access confluence to configure and crack Open the browser to http://192.168.1.129:8090 (use your own IP here), and then follow the steps below:
Appendix: For details of the built-in cracked agent, see (https://gitee.com/pengzhile/atlassian-agent) The above is the detailed content of the complete steps of Docker deployment of Confluence. For more information about Docker deployment of Confluence, please pay attention to other related articles on 123WORDPRESS.COM! You may also be interested in:
|
<<: Solve the problem of using less in Vue
>>: Understanding MySQL clustered indexes and how clustered indexes grow
Preface Recently, I have been taking some time in...
Preface Recently, when I was building a project, ...
By default, PHP on CentOS 7 runs as apache or nob...
Concurrency Functions time for i in `grep server ...
Table of contents What is a trigger Create a trig...
Table of contents Overview Precautions 1. Usage 2...
Shtml and asp are similar. In files named shtml, s...
Effect picture: 1. Import files <script src=&q...
1. Configure Docker remote connection port Locate...
Startups often bring us surprises with their unco...
CocosCreator version: 2.3.4 Most games have layer...
After installing Docker, I encountered the x509 p...
I've been learning about stacking contexts re...
Download the secure terminal MobaXterm_Personal F...
The reason is that this type of web page originate...