mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-12 15:59:25 +01:00
Fixed compose file variable
This commit is contained in:
parent
8000c6b5e3
commit
565c5e0ea7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user