https://github.com/qishibo/phalcon-fpm-alpine
Phalcon fpm environment running in docker with php7.2, base on alpine.
https://github.com/qishibo/phalcon-fpm-alpine
alpine fpm phalcon
Last synced: 4 months ago
JSON representation
Phalcon fpm environment running in docker with php7.2, base on alpine.
- Host: GitHub
- URL: https://github.com/qishibo/phalcon-fpm-alpine
- Owner: qishibo
- Created: 2018-03-09T09:09:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T03:43:52.000Z (about 7 years ago)
- Last Synced: 2025-07-25T00:12:38.000Z (10 months ago)
- Topics: alpine, fpm, phalcon
- Language: Dockerfile
- Homepage:
- Size: 38.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phalcon FPM Env Running In Docker Based On Apline
> Based on image php:7.2.5-fpm-alpine3.7, total size is only 95MB.
## Version
- PHP 7.2.5
- Alpine 3.7
- Phalcon 3.3.1
- Redis 3.1.2
- Memcached 3.0.3
- Msgpack 2.0.2
## Image
`docker pull qii404/phalcon-fpm-alpine`
## Usage
```bash
# clone code
git clone https://github.com/qishibo/phalcon-fpm-alpine.git
cd phalcon-fpm-alpine
# [optional] edit docker-compose.yml, volume your code path to /var/www/html
# By default there is only a index.php
# path-to-your-code:/var/www/html
# start the container, docker-compose is recommend
docker-compose up -d
# view localhost:8088, you will see phpinfo
```
