do not require full ancestry, improve dry-run mode

This commit is contained in:
Egor Kovetskiy
2020-01-03 23:05:14 +03:00
parent bc647bf5f1
commit 95f50c1a34
5 changed files with 92 additions and 119 deletions

14
Taskfile.yml Normal file
View File

@@ -0,0 +1,14 @@
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