diff --git a/docker-compose.yml b/docker-compose.yml
index 90818aa37..b3c0821e3 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -7,6 +7,8 @@ services:
- '3306:3306'
environment:
MYSQL_ROOT_PASSWORD: root
+ volumes:
+ - mysqldata:/var/lib/mysql
memcached:
image: 'memcached:alpine'
@@ -49,3 +51,6 @@ services:
MYSQL_USER: root
MYSQL_PASSWORD: root
MYSQL_ROOT_PASSWORD: root
+
+volumes:
+ mysqldata:
diff --git a/www/application/views/templates/index/news.php b/www/application/views/templates/index/news.php
index dc4343c76..fa81f172e 100644
--- a/www/application/views/templates/index/news.php
+++ b/www/application/views/templates/index/news.php
@@ -24,5 +24,10 @@
Show more news
endif; ?>
+
+
+ include(DOCROOT . "public/app/img/icon_telegram_white.svg") ?>
+ Follow @codex_team
+
endif; ?>