0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-25 04:40:55 +02:00

Changed db build to pre-existing image with command arguments

This commit is contained in:
rabaraho 2018-04-19 12:47:19 -04:00
parent 5ddd03aa50
commit d905503a6e
24 changed files with 16 additions and 80 deletions

View file

@ -2,7 +2,8 @@ version: '3'
services:
db:
build: ./db
image: mariadb
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: always
volumes:
- db:/var/lib/mysql