mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
Fixing readme paths
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user