You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1056,8 +1056,21 @@ _Note: You can customize the port on which beanstalkd console is listening by ch
1056
1056
1057
1057
1058
1058
1059
+
<br>
1060
+
<a name="Use-Confluence"></a>
1061
+
## Use Confluence
1062
+
1063
+
1 - Run the Confluence Container (`confluence`) with the `docker-compose up` command. Example:
1064
+
1065
+
```bash
1066
+
docker-compose up -d confluence
1067
+
```
1068
+
1069
+
2 - Open your browser and visit the localhost on port **8090**: `http://localhost:8090`
1059
1070
1071
+
**Note:** You can you trial version and then you have to buy a licence to use it.
1060
1072
1073
+
You can set custom confluence version in `CONFLUENCE_VERSION`. [Find more info in section 'Versioning'](https://hub.docker.com/r/atlassian/confluence-server/)
0 commit comments