Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takayyz/book-share
https://github.com/takayyz/book-share
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/takayyz/book-share
- Owner: Takayyz
- Created: 2019-08-03T03:06:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:20:44.000Z (over 1 year ago)
- Last Synced: 2023-04-25T10:58:21.336Z (over 1 year ago)
- Language: PHP
- Size: 323 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
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
```