An open API service indexing awesome lists of open source software.

https://github.com/cvreferral/docker-phalcon

Base image for Docker Phalcon
https://github.com/cvreferral/docker-phalcon

docker-image dockerfile phalcon-php

Last synced: 11 months ago
JSON representation

Base image for Docker Phalcon

Awesome Lists containing this project

README

          

# Phalcon Docker

- Phalcon 3.4.4
- PHP 7.1
- Apache

## Web data volume

```yaml
volumes:
- ./www:/var/www/html
```

## Build

```bash
$ docker build -t ./
```

## Push

```bash
$ docker push
```