2024-03-25 23:10:18 +00:00
**Note**: This Docker image has been published as both `atlassian/confluence` and `atlassian/confluence-server` up until February 15, 2024.
Both names refer to the same image. However, post-February 15, 2024, the `atlassian/confluence-server` version ceased receiving updates, including both existing and new tags.
If you have been using `atlassian/confluence-server` , switch to the `atlassian/confluence` image to ensure access to the latest updates and new tags.
---
2019-12-01 06:34:40 +00:00
![Atlassian Confluence Server ](https://wac-cdn.atlassian.com/dam/jcr:5d1374c2-276f-4bca-9ce4-813aba614b7a/confluence-icon-gradient-blue.svg?cdnVersion=696 )
2019-09-04 03:18:01 +00:00
2019-08-14 23:22:52 +00:00
Confluence Server is where you create, organise and discuss work with your
team. Capture the knowledge that's too often lost in email inboxes and shared
2019-09-09 03:26:28 +00:00
network drives in Confluence - where it's easy to find, use, and update. Give
2019-08-14 23:22:52 +00:00
every team, project, or department its own space to create the things they need,
whether it's meeting notes, product requirements, file lists, or project plans,
you can get more done in Confluence.
2019-09-04 03:18:01 +00:00
2016-05-26 04:29:16 +00:00
Learn more about Confluence Server: < https: / / www . atlassian . com / software / confluence >
2016-05-31 07:21:14 +00:00
2024-06-12 03:06:42 +00:00
You can find the repository with the Dockerfile at < https: / / bitbucket . org / atlassian-docker / docker-atlassian-confluence-server >
2019-09-04 03:18:01 +00:00
2016-05-26 04:29:16 +00:00
# Overview
2019-09-04 03:18:01 +00:00
2019-08-14 23:22:52 +00:00
This Docker container makes it easy to get an instance of Confluence up and
running.
2019-09-04 03:18:01 +00:00
2024-03-25 23:10:18 +00:00
**Use docker version >= 20.10.10**
2022-06-28 01:23:30 +00:00
2016-05-26 04:29:16 +00:00
# Quick Start
2019-09-04 03:18:01 +00:00
2019-08-13 02:28:06 +00:00
For the directory in the environmental variable `CONFLUENCE_HOME` that is used
to store Confluence data (amongst other things) we recommend mounting a host
2019-12-01 06:34:40 +00:00
directory as a [data volume][1]:
2019-08-13 02:28:06 +00:00
Additionally, if running Confluence in Data Center mode it is required that a
shared filesystem is mounted. The mountpoint (inside the container) can be
configured with `CONFLUENCE_SHARED_HOME` .
2019-09-04 03:18:01 +00:00
2016-05-26 04:29:16 +00:00
Start Atlassian Confluence Server:
2019-09-04 03:18:01 +00:00
2023-09-26 04:04:57 +00:00
docker run -v /data/your-confluence-home:/var/atlassian/application-data/confluence --name="confluence" -d -p 8090:8090 -p 8091:8091 atlassian/confluence
2019-09-04 03:18:01 +00:00
2016-05-31 07:21:14 +00:00
2019-08-14 23:27:43 +00:00
**Success**. Confluence is now available on < http: / / localhost:8090 > *
2019-09-04 03:18:01 +00:00
2019-08-14 23:22:52 +00:00
Please ensure your container has the necessary resources allocated to it. We
recommend 2GiB of memory allocated to accommodate the application server. See
2019-12-01 06:34:40 +00:00
[Supported Platforms][3] for further information.
2019-09-04 03:18:01 +00:00
2016-05-26 04:29:16 +00:00
_* Note: If you are using `docker-machine` on Mac OS X, please use `open http://$(docker-machine ip default):8090` instead._
2019-09-04 03:18:01 +00:00
2024-03-26 03:47:40 +00:00
# Advanced Usage
For advanced usage, e.g. configuration, troubleshooting, supportability, etc.,
please check the [**Full Documentation** ](https://atlassian.github.io/data-center-helm-charts/containers/CONFLUENCE/ ).
2019-08-18 22:41:43 +00:00
2019-12-01 06:34:40 +00:00
[1]: https://docs.docker.com/userguide/dockervolumes/#mount-a-host-directory-as-a-data-volume
2024-03-25 23:10:18 +00:00
[3]: https://confluence.atlassian.com/display/DOC/Supported+platforms