This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Dockerfiles/unmaintened/phproject/README.md

1.6 KiB

PHProject

Presentator.io is a web design presentation and collaboration platform. This image is based on xataz/nginx-php

How to get it ?

docker pull dryusdan/presentator.io or docker build -t dryusdan/presentator.io https://github.com/Dryusdan/Dockerfiles.git#:php/presentator

Configuration

Environments

Volumes

For persistance

  • /presentator/app/web/assets
  • /presentator/app/web/uploads
  • /presentator/app/runtime
  • /presentator/api/runtime

Usage

docker run \
--name presentator \
-v /mtn/docker/presentator/app/web/assets:/presentator/app/web/assets \
-v /mtn/docker/presentator/app/web/uploads:/presentator/app/web/uploads \
-v /mtn/docker/presentator/app/runtime:/presentator/app/runtime \
-v /mtn/docker/presentator/api/runtime:/presentator/api/runtime \
--restart always dryusdan/presentator

More info

Installation guide