Merge pull request #581 from st3iny/master
Add db command to docker-compose example in readme
This commit is contained in:
commit
cb71d98f72
@ -152,6 +152,7 @@ volumes:
|
||||
services:
|
||||
db:
|
||||
image: mariadb
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
@ -192,6 +193,7 @@ volumes:
|
||||
services:
|
||||
db:
|
||||
image: mariadb
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
|
Loading…
Reference in New Issue
Block a user