Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balinux/laravel-docker
https://github.com/balinux/laravel-docker
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/balinux/laravel-docker
- Owner: balinux
- Created: 2019-09-22T04:16:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T19:11:58.000Z (over 3 years ago)
- Last Synced: 2023-02-27T16:42:09.856Z (over 1 year ago)
- Language: PHP
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## run container
```docker run --name laraveldocker -d -p 9000:9000 php:7.2-fpm```## build image
```docker build .```