Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/takayyz/book-share


https://github.com/takayyz/book-share

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Laravel Docker

## Requirements
TBD

## Usage

```
# Build / Up
$ docker-compose build
$ docker-compose up -d

# PHP
$ docker-compose exec php ash

# MySQL
$ docker-compose exec mysql bash

# Kill
$ docker-compose kill

# Remove
$ docker-compose rm

# Process
$ docker-compose ps
```