mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-30 09:16:41 +02:00
16 lines
401 B
Markdown
16 lines
401 B
Markdown
|
confluence
|
||
|
==========
|
||
|
|
||
|
[Confluence][1] is where you create, organize and discuss work with your team.
|
||
|
|
||
|
```bash
|
||
|
$ mkdir -p data/confluence
|
||
|
$ chown 1000:1000 data/confluence
|
||
|
$ docker-compose up -d
|
||
|
$ curl http://localhost:8090/
|
||
|
```
|
||
|
|
||
|
- https://confluence.atlassian.com/doc/from-confluence-evaluation-through-to-production-installation-345211000.html
|
||
|
|
||
|
[1]: https://support.atlassian.com/confluence-server/
|