From e38e136dea10c46ebf13209c1a441128484615f9 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 31 Jan 2025 13:43:10 +0900 Subject: [PATCH] Fixed compose file variable --- compose_zabbix_components.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/compose_zabbix_components.yaml b/compose_zabbix_components.yaml index 2d5f07426..284712a1c 100644 --- a/compose_zabbix_components.yaml +++ b/compose_zabbix_components.yaml @@ -72,10 +72,9 @@ services: - /etc/localtime:/etc/localtime:ro - ${DATA_DIRECTORY}/var/lib/zabbix/dbscripts:/var/lib/zabbix/dbscripts:ro - ${DATA_DIRECTORY}/var/lib/zabbix/enc:/var/lib/zabbix/enc:ro +# - mysql_socket:/var/run/mysqld/ command: init_db_only tmpfs: /tmp -# volumes: -# - dbsocket:/var/run/mysqld/ env_file: - path: ${ENV_VARS_DIRECTORY}/.env_db_mysql required: true @@ -242,10 +241,9 @@ services: volumes: - /etc/localtime:/etc/localtime:ro - ${DATA_DIRECTORY}/var/lib/zabbix/enc:/var/lib/zabbix/enc:ro +# - mysql_socket:/var/run/mysqld/ command: init_db_only tmpfs: /tmp -# volumes: -# - dbsocket:/var/run/mysqld/ env_file: - path: ${ENV_VARS_DIRECTORY}/.env_db_mysql_proxy required: true