Skip to content

Commit

Permalink
Updated compose syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Apr 28, 2020
1 parent b822f9b commit b3e11eb
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 12 deletions.
5 changes: 4 additions & 1 deletion docker-compose_v3_alpine_mysql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,10 @@ services:

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
command:
- mysqld
- --character-set-server=utf8
- --collation-server=utf8_bin
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
5 changes: 4 additions & 1 deletion docker-compose_v3_alpine_mysql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,10 @@ services:

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
command:
- mysqld
- --character-set-server=utf8
- --collation-server=utf8_bin
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
5 changes: 4 additions & 1 deletion docker-compose_v3_alpine_pgsql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,10 @@ services:

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
command:
- mysqld
- --character-set-server=utf8
- --collation-server=utf8_bin
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
5 changes: 4 additions & 1 deletion docker-compose_v3_alpine_pgsql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,10 @@ services:

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
command:
- mysqld
- --character-set-server=utf8
- --collation-server=utf8_bin
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
5 changes: 4 additions & 1 deletion docker-compose_v3_centos_mysql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,10 @@ services:

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
command:
- mysqld
- --character-set-server=utf8
- --collation-server=utf8_bin
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
5 changes: 4 additions & 1 deletion docker-compose_v3_centos_mysql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,10 @@ services:

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
command:
- mysqld
- --character-set-server=utf8
- --collation-server=utf8_bin
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
5 changes: 4 additions & 1 deletion docker-compose_v3_centos_pgsql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,10 @@ services:

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
command:
- mysqld
- --character-set-server=utf8
- --collation-server=utf8_bin
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
5 changes: 4 additions & 1 deletion docker-compose_v3_centos_pgsql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,10 @@ services:

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
command:
- mysqld
- --character-set-server=utf8
- --collation-server=utf8_bin
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
5 changes: 4 additions & 1 deletion docker-compose_v3_ubuntu_mysql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,10 @@ services:

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
command:
- mysqld
- --character-set-server=utf8
- --collation-server=utf8_bin
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
5 changes: 4 additions & 1 deletion docker-compose_v3_ubuntu_mysql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,10 @@ services:

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
command:
- mysqld
- --character-set-server=utf8
- --collation-server=utf8_bin
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
5 changes: 4 additions & 1 deletion docker-compose_v3_ubuntu_pgsql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,10 @@ services:

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
command:
- mysqld
- --character-set-server=utf8
- --collation-server=utf8_bin
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
5 changes: 4 additions & 1 deletion docker-compose_v3_ubuntu_pgsql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,10 @@ services:

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
command:
- mysqld
- --character-set-server=utf8
- --collation-server=utf8_bin
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down

0 comments on commit b3e11eb

Please sign in to comment.