From ee73b501a447bbcc879f3803feec66716048a8e1 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Thu, 18 Jun 2015 17:01:59 +0530 Subject: [PATCH] readme: use same paths in the `docker-compose.yml` snippets as their cli counterparts --- bitnami/mariadb/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/mariadb/README.md b/bitnami/mariadb/README.md index cd707b87528d..49f7f26a340d 100644 --- a/bitnami/mariadb/README.md +++ b/bitnami/mariadb/README.md @@ -62,7 +62,7 @@ or using Docker Compose: mariadb: image: bitnami/mariadb volumes: - - path/to/data:/bitnami/mariadb/data + - /path/to/data:/bitnami/mariadb/data ``` # Linking @@ -238,7 +238,7 @@ or using Docker Compose: mariadb: image: bitnami/mariadb volumes: - - path/to/mariadb/conf:/bitnami/mariadb/conf + - /path/to/mariadb/conf:/bitnami/mariadb/conf ``` ### Step 2: Edit the configuration @@ -321,7 +321,7 @@ or using Docker Compose: mariadb: image: bitnami/mariadb volumes: - - path/to/mariadb/logs:/bitnami/mariadb/logs + - /path/to/mariadb/logs:/bitnami/mariadb/logs ``` To perform operations (e.g. logrotate) on the logs, mount the same directory in a container designed