-
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_NAME environment variable when starting this container, you will need to use your custom value in place of app in this volume. Example - If your APP_NAME is set to acme , 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). |