diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index 32dd8847a754..e9509598ef35 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -84,7 +84,7 @@ Then you can access your application at http://your-ip/ ## Persisting your application -If you remove every container and volume all your data will be lost, and the next time you run the image the application will be reinitialized. To avoid this loss of data, you should mount a volume that will persist even after the container is removed. +If you remove every container and volume all your data will be lost, and the next time you run the image the application will be reinitialized. To avoid this loss of data, you should mount a volume that will persist even after the container is removed. For persistence of the Drupal deployment, the above examples define docker volumes namely `mariadb_data`, `drupal_data` and `apache_data`. The Drupal application state will persist as long as these volumes are not removed. @@ -113,7 +113,6 @@ services: volumes: - '/path/to/drupal-persistence:/bitnami/drupal' - '/path/to/apache-persistence:/bitnami/apache' - ``` ### Mount host directories as data volumes using the Docker command line