mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-23 14:59:00 +01:00
Updated compose syntax
This commit is contained in:
commit
96110f0531
@ -380,7 +380,11 @@ services:
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
- --collation-server=utf8_bin
|
||||
- --default-authentication-plugin=mysql_native_password
|
||||
volumes:
|
||||
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
|
||||
env_file:
|
||||
|
@ -412,7 +412,11 @@ services:
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
- --collation-server=utf8_bin
|
||||
- --default-authentication-plugin=mysql_native_password
|
||||
volumes:
|
||||
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
|
||||
env_file:
|
||||
|
@ -380,7 +380,11 @@ services:
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
- --collation-server=utf8_bin
|
||||
- --default-authentication-plugin=mysql_native_password
|
||||
volumes:
|
||||
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
|
||||
env_file:
|
||||
|
@ -412,7 +412,11 @@ services:
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
- --collation-server=utf8_bin
|
||||
- --default-authentication-plugin=mysql_native_password
|
||||
volumes:
|
||||
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
|
||||
env_file:
|
||||
|
@ -380,7 +380,11 @@ services:
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
- --collation-server=utf8_bin
|
||||
- --default-authentication-plugin=mysql_native_password
|
||||
volumes:
|
||||
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
|
||||
env_file:
|
||||
|
@ -412,7 +412,11 @@ services:
|
||||
|
||||
mysql-server:
|
||||
image: mysql:8.0
|
||||
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
|
||||
command:
|
||||
- mysqld
|
||||
- --character-set-server=utf8
|
||||
- --collation-server=utf8_bin
|
||||
- --default-authentication-plugin=mysql_native_password
|
||||
volumes:
|
||||
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
|
||||
env_file:
|
||||
|
Loading…
Reference in New Issue
Block a user