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

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

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
```