Skip to content

babim/docker-atlassian-confluence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

Atlassian Confluence in a Docker container

(Thanks Martin Aksel Jensen cptactionhank)

Get me started

To quickly get started running a Confluence instance, use the following command:

docker run --detach --publish 8090:8090 babim/confluence:latest
volume:
/var/atlassian/confluence
/opt/atlassian/confluence/logs

Then simply navigate your preferred browser to http://[dockerhost]:8090 and finish the configuration.

Configuration

You can configure a small set of things by supplying the following environment variables

Environment Variable Description
X_PROXY_NAME Sets the Tomcat Connectors ProxyName attribute
X_PROXY_PORT Sets the Tomcat Connectors ProxyPort attribute
X_PROXY_SCHEME If set to https the Tomcat Connectors secure=true and redirectPort equal to X_PROXY_PORT
X_PATH Sets the Tomcat connectors path attribute

About

Atlassian Confluence on alpine linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published