mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-19 08:17:34 +02:00
Fixed compose file variable
This commit is contained in:
parent
7f8b165e03
commit
527b751878
@ -72,10 +72,9 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ${DATA_DIRECTORY}/var/lib/zabbix/dbscripts:/var/lib/zabbix/dbscripts:ro
|
- ${DATA_DIRECTORY}/var/lib/zabbix/dbscripts:/var/lib/zabbix/dbscripts:ro
|
||||||
- ${DATA_DIRECTORY}/var/lib/zabbix/enc:/var/lib/zabbix/enc:ro
|
- ${DATA_DIRECTORY}/var/lib/zabbix/enc:/var/lib/zabbix/enc:ro
|
||||||
|
# - mysql_socket:/var/run/mysqld/
|
||||||
command: init_db_only
|
command: init_db_only
|
||||||
tmpfs: /tmp
|
tmpfs: /tmp
|
||||||
# volumes:
|
|
||||||
# - dbsocket:/var/run/mysqld/
|
|
||||||
env_file:
|
env_file:
|
||||||
- path: ${ENV_VARS_DIRECTORY}/.env_db_mysql
|
- path: ${ENV_VARS_DIRECTORY}/.env_db_mysql
|
||||||
required: true
|
required: true
|
||||||
@ -242,10 +241,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ${DATA_DIRECTORY}/var/lib/zabbix/enc:/var/lib/zabbix/enc:ro
|
- ${DATA_DIRECTORY}/var/lib/zabbix/enc:/var/lib/zabbix/enc:ro
|
||||||
|
# - mysql_socket:/var/run/mysqld/
|
||||||
command: init_db_only
|
command: init_db_only
|
||||||
tmpfs: /tmp
|
tmpfs: /tmp
|
||||||
# volumes:
|
|
||||||
# - dbsocket:/var/run/mysqld/
|
|
||||||
env_file:
|
env_file:
|
||||||
- path: ${ENV_VARS_DIRECTORY}/.env_db_mysql_proxy
|
- path: ${ENV_VARS_DIRECTORY}/.env_db_mysql_proxy
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user