Skip to content
Snippets Groups Projects
  1. Jul 14, 2016
  2. Jul 13, 2016
  3. Jul 12, 2016
    • Yew JS's avatar
      Update Dockerfile-70 · 48a53f1d
      Yew JS authored
      install libJPEG and enabled in GD
      48a53f1d
    • Jack Fletcher's avatar
      Updated README · 11cdfd44
      Jack Fletcher authored
      References #135
      11cdfd44
    • Jack Fletcher's avatar
      Moved volume container definitions · 14cbe9f9
      Jack Fletcher authored
      I've placed the `application` and `data` directories into a `volumes`
      subdirectory. The top level `data` directory is now used for storing the
      data used by the database (and other, if any) containers. The `data`
      directory has also been added to the `.gitignore` file to prevent
      accidental pushing of user data.
      14cbe9f9
    • Jack Fletcher's avatar
      Changed the data container volume mappings · 42d63236
      Jack Fletcher authored
      All of the database data volume mapping have been changed from the host's
      `/var/lib` directory to locally alongside the laradock installation. This
      should hopefully prevent issues where data disappears after containers are
      restarted or data on the host machine is overwritten by accident (scary!)
      
      Additionally this should make data easier to backup between installations
      - especially on Windows where `/var` does not exist and is created
        transparently by Docker Machine/Windows beta.
      
      This change will most likely cause data to disappear from existing
      installations, however it may reappear if moved to it's new home.
      
      References #137, #138
      42d63236
    • Jack Fletcher's avatar
      Added more detail to the README · d01d0874
      Jack Fletcher authored
      d01d0874
    • Jack Fletcher's avatar
      Fix variable not set warning · 11c65c4a
      Jack Fletcher authored
      Added an untracked `.env` file to the root directory to prevent the
      `WARNING: The INSTALL_PRESTISSIMO variable is not set` message from being
      displayed when `docker-compose` is run.
      
      Added section in README for optional features.
      11c65c4a
  4. Jul 07, 2016
  5. Jun 28, 2016
  6. Jun 27, 2016
  7. Jun 25, 2016
  8. Jun 24, 2016
  9. Jun 22, 2016
  10. Jun 21, 2016
  11. Jun 20, 2016
Loading