File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ singleQuote: true
6
6
printWidth : 100
7
7
useTabs : true
8
8
overrides :
9
- - files : ' **/*.yml'
9
+ - files : [ '**/*.yaml', '**/*. yml']
10
10
options :
11
11
tabWidth : 2
12
12
useTabs : false
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Table of Contents:
60
60
61
61
TMT2 is available on docker hub: https://hub.docker.com/r/jensforstmann/tmt2
62
62
63
- Run it with:
63
+ You can either use a [ docker compose file (compose.yaml) ] ( compose.yaml ) or run it directly with ` docker run ` :
64
64
65
65
``` sh
66
66
docker run --name tmt2 -d -p 8080:8080 jensforstmann/tmt2
Original file line number Diff line number Diff line change
1
+ services :
2
+ tmt2 :
3
+ image : jensforstmann/tmt2:latest
4
+ volumes :
5
+ - ./storage:/app/backend/storage
6
+ restart : unless-stopped
7
+ ports :
8
+ - 8080:8080/tcp
You can’t perform that action at this time.
0 commit comments