Fixing readme paths

This commit is contained in:
Miguel Martinez
2015-06-15 18:54:55 -07:00
parent d232c8bd64
commit 8b5a442653

View File

@@ -272,13 +272,13 @@ docker-compose restart mariadb
The following options cannot be modified, to ensure that the image runs correctly. The following options cannot be modified, to ensure that the image runs correctly.
```bash ```bash
--defaults-file=/usr/local/bitnami/mysql/my.cnf --defaults-file=/opt/bitnami/mysql/my.cnf
--log-error=/usr/local/bitnami/mysql/logs/mysqld.log --log-error=/opt/bitnami/mysql/logs/mysqld.log
--basedir=/usr/local/bitnami/mysql --basedir=/opt/bitnami/mysql
--datadir=/usr/local/bitnami/mysql/data --datadir=/opt/bitnami/mysql/data
--plugin-dir=/usr/local/bitnami/mysql/lib/plugin --plugin-dir=/opt/bitnami/mysql/lib/plugin
--user=mysql --user=mysql
--socket=/usr/local/bitnami/mysql/tmp/mysql.sock --socket=/opt/bitnami/mysql/tmp/mysql.sock
``` ```
# Logging # Logging