mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-19 18:36:09 +02:00
Update .examples/docker-compose/insecure/mariadb/apache/compose.yaml
Co-authored-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
parent
9aee528560
commit
9362d983dc
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ services:
|
|||
# Note: MariaDB is an external service. You can find more information about the configuration here:
|
||||
# https://docs.linuxserver.io/images/docker-mariadb/#environment-variables-e
|
||||
db:
|
||||
image: mariadb:10.11
|
||||
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
||||
image: mariadb:lts
|
||||
command: --transaction-isolation=READ-COMMITTED
|
||||
restart: always
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Reference in a new issue