mirror of
https://github.com/kovetskiy/mark.git
synced 2025-04-23 21:32:41 +08:00
15 lines
268 B
YAML
15 lines
268 B
YAML
version: '2'
|
|
|
|
vars:
|
|
pwd:
|
|
sh: pwd
|
|
|
|
tasks:
|
|
confluence:
|
|
cmds:
|
|
- docker run -v {{ .pwd }}/docker:/var/atlassian/application-data/confluence
|
|
--name="confluence"
|
|
-p 8090:8090
|
|
-p 8091:8091
|
|
atlassian/confluence-server
|