We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0247d38 commit 7ff0b07Copy full SHA for 7ff0b07
.editorconfig
@@ -8,5 +8,8 @@ indent_style = tab
8
indent_size = 4
9
charset = utf-8
10
11
+[*.{yml,yaml}]
12
+indent_size = 2
13
+
14
[test/**]
15
insert_final_newline = false
conf/docker-compose/compose.yaml
@@ -0,0 +1,12 @@
1
+services:
2
+ ghfs:
3
+ build:
4
+ context: ../../
5
+ dockerfile: ./build/build-docker-image-dockerfile
6
+ args:
7
+ https_proxy:
+ volumes:
+ - ../../:/var/ghfs
+ ports:
+ - "8080:8080"
+ - "8443:8443"
0 commit comments