- 
                Notifications
    You must be signed in to change notification settings 
- Fork 78
Volumes
        Derek Bourgeois edited this page Feb 8, 2016 
        ·
        1 revision
      
    The LaraEdit container allows you to hook into the following volumes to allow data persistence:
| Volume | Description | 
|---|---|
| /var/www/html/app | This is the volume that stores your application. If you set your APP_NAMEenvironment variable when starting this container, you will need to use your custom value in place ofappin this volume. Example - If yourAPP_NAMEis set toacme, your volume will be/var/www/html/acme. | 
| /var/cache/nginx | If you need access to the Nginx cache, this is the volume you are looking for. | 
| /var/log/nginx | Nginx acting up? You can check the logs by hooking into this volume | 
| /var/log/supervisor | If your application is still not working like it should and your sure you didn't leave out a semi-colon at some point, then you can always check out the supervisord logs. It may also be a good idea to send us anything you find here so we can update the container (if necessary). |