From 8b5a442653a6b700779b4d76fe201befe3f0ce3e Mon Sep 17 00:00:00 2001 From: Miguel Martinez Date: Mon, 15 Jun 2015 18:54:55 -0700 Subject: [PATCH] Fixing readme paths --- bitnami/mariadb/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/mariadb/README.md b/bitnami/mariadb/README.md index d2d55f227818..0d1ebca5aa16 100644 --- a/bitnami/mariadb/README.md +++ b/bitnami/mariadb/README.md @@ -272,13 +272,13 @@ docker-compose restart mariadb The following options cannot be modified, to ensure that the image runs correctly. ```bash ---defaults-file=/usr/local/bitnami/mysql/my.cnf ---log-error=/usr/local/bitnami/mysql/logs/mysqld.log ---basedir=/usr/local/bitnami/mysql ---datadir=/usr/local/bitnami/mysql/data ---plugin-dir=/usr/local/bitnami/mysql/lib/plugin +--defaults-file=/opt/bitnami/mysql/my.cnf +--log-error=/opt/bitnami/mysql/logs/mysqld.log +--basedir=/opt/bitnami/mysql +--datadir=/opt/bitnami/mysql/data +--plugin-dir=/opt/bitnami/mysql/lib/plugin --user=mysql ---socket=/usr/local/bitnami/mysql/tmp/mysql.sock +--socket=/opt/bitnami/mysql/tmp/mysql.sock ``` # Logging