https://github.com/phwoolcon/docker-phwoolcon
docker compose for phwoolcon
https://github.com/phwoolcon/docker-phwoolcon
Last synced: 4 months ago
JSON representation
docker compose for phwoolcon
- Host: GitHub
- URL: https://github.com/phwoolcon/docker-phwoolcon
- Owner: phwoolcon
- License: mit
- Created: 2017-06-09T07:22:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T06:28:55.000Z (about 9 years ago)
- Last Synced: 2025-01-11T13:50:57.080Z (over 1 year ago)
- Language: Nginx
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-phwoolcon - Docker tooling for Phwoolcon
### Table of Contents
* [Description](#description)
* [Usage](#usage)
Description
===========
docker-compose include services below:
* nginx 1.12.0
* php 7.1.5 (with-ext: redis、phalcon、swoole、curl, json, mcrypt, openssl, PDO, PDO-mysql, mbstring ...)
* mysql 5.7
* redis 3.2.9
Usage
=====
Make sure that `docker-compose` is installed.
> start docker
```bash
docker-compose up -d
```
> stop docker
```bash
docker-compose stop
```
> restart docker
```bash
docker-compose restart
```
> bash
```bash
docker-compose exec nginx bash
docker-compose exec php bash
```
> nginx config directory
```bash
./services/nginx/conf.d # docker-composer should restart after adding new config
```
> location of sites
```bash
wwwroot
```