Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webmastersaid/docker-laravel
Docker + Laravel example
https://github.com/webmastersaid/docker-laravel
css docker docker-compose docker-container dockerfile html laravel laravel-framework mysql nginx nginx-configuration nginx-docker nginx-server php php8
Last synced: 4 days ago
JSON representation
Docker + Laravel example
- Host: GitHub
- URL: https://github.com/webmastersaid/docker-laravel
- Owner: webmastersaid
- Created: 2023-11-15T07:44:13.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T07:18:04.000Z (12 months ago)
- Last Synced: 2023-11-27T08:32:43.674Z (12 months ago)
- Topics: css, docker, docker-compose, docker-container, dockerfile, html, laravel, laravel-framework, mysql, nginx, nginx-configuration, nginx-docker, nginx-server, php, php8
- Language: PHP
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Docker container Laravel example
- create container
`make up`- remove container
`make down`- start container
`make start`- stop container
`make stop`- bash terminal container
`make bash`- sh terminal container
`make sh`- build
`make build`