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:
parent
5ddd03aa50
commit
d905503a6e
24 changed files with 16 additions and 80 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue