mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-19 04:31:11 +00:00
do not require full ancestry, improve dry-run mode
This commit is contained in:
14
Taskfile.yml
Normal file
14
Taskfile.yml
Normal 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
|
||||
Reference in New Issue
Block a user