diff --git a/compose.yml b/compose.yml
index 8743409..813a7d0 100644
--- a/compose.yml
+++ b/compose.yml
@@ -40,7 +40,6 @@ services:
- ./log/php:/var/log/php:rw
- ./src:/var/www:rw
- ./playlists.ini:/var/www/config/playlists.ini:ro
- - ./.git/refs/heads/master:/var/www/commit:ro
depends_on:
- keydb
diff --git a/src/views/template.twig b/src/views/template.twig
index cc97f7c..e6e53cb 100644
--- a/src/views/template.twig
+++ b/src/views/template.twig
@@ -74,11 +74,6 @@
href="https://git.axenov.dev/anthony/iptv">Gitea | axenov.dev | Telegram
-
- commit {{ commit()[:8] }}
-
{% include("custom.twig") ignore missing %}