fix: docker commit hash in footer (merge pull request #140 from codedipper/fix-dockercommit)

fix: docker commit hash in footer
This commit is contained in:
Ahwx
2024-04-01 22:12:14 +02:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
.github/
.git/
.gitignore
.dockerignore
config.php.example
@@ -7,4 +6,4 @@ docker-compose.yml
Dockerfile
opensearch.xml.example
README.md
docker-old/
docker-old/
+4
View File
@@ -18,4 +18,8 @@ server {
fastcgi_index index.php;
include fastcgi.conf;
}
location ~ /\. {
deny all;
}
}