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
@@ -1023,8 +1023,21 @@ _Note: You can customize the port on which beanstalkd console is listening by ch
1023
1023
1024
1024
1025
1025
1026
+
<br>
1027
+
<a name="Use-Confluence"></a>
1028
+
## Use Confluence
1029
+
1030
+
1 - Run the Confluence Container (`confluence`) with the `docker-compose up` command. Example:
1031
+
1032
+
```bash
1033
+
docker-compose up -d confluence
1034
+
```
1035
+
1036
+
2 - Open your browser and visit the localhost on port **8090**: `http://localhost:8090`
1026
1037
1038
+
**Note:** You can you trial version and then you have to buy a licence to use it.
1027
1039
1040
+
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