Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subb98/docker-web-environment
Simple environment on the Docker for your web application
https://github.com/subb98/docker-web-environment
Last synced: 7 days ago
JSON representation
Simple environment on the Docker for your web application
- Host: GitHub
- URL: https://github.com/subb98/docker-web-environment
- Owner: Subb98
- License: mit
- Created: 2017-07-07T11:42:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T17:20:59.000Z (over 7 years ago)
- Last Synced: 2024-11-07T09:39:38.659Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Web Environment
### Description
This is a simple environment on the Docker for your web application. This image provides Nginx and PHP-FPM with minimal settings. You can use it as a base image with further customization. Or just take it and run your application.### Usage example
```
git clone [email protected]:Subb98/Docker-Web-Environment.git
cd Docker-Web-Environment
docker-compose build
docker-compose up -d
curl -I http://localhost:80
```