From fa565fa6c5520631e9a7ca55f9383be63c19efaf Mon Sep 17 00:00:00 2001 From: Ethan Li Date: Fri, 15 Mar 2024 14:14:56 -0700 Subject: [PATCH] Count YAML in GitHub stats --- .gitattributes | 7 +++++++ deployments/filebrowser/compose.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d70577c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +* text=auto eol=lf +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf +*.yml linguist-detectable=true +*.yml linguist-language=YAML +*.yaml linguist-detectable=true +*.yaml linguist-language=YAML diff --git a/deployments/filebrowser/compose.yml b/deployments/filebrowser/compose.yml index e6164b6..806dc0a 100644 --- a/deployments/filebrowser/compose.yml +++ b/deployments/filebrowser/compose.yml @@ -1,6 +1,6 @@ services: server: - image: filebrowser/filebrowser:v2.27.0 + image: docker.io/filebrowser/filebrowser:v2.27.0 ports: - 9000:80 volumes: