https://github.com/clayrisser/php-nginx-alpine-docker
Lightweight php nginx server on an alpine image
https://github.com/clayrisser/php-nginx-alpine-docker
alpine docker nginx php
Last synced: 10 months ago
JSON representation
Lightweight php nginx server on an alpine image
- Host: GitHub
- URL: https://github.com/clayrisser/php-nginx-alpine-docker
- Owner: clayrisser
- License: mit
- Created: 2017-05-11T01:53:37.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T11:27:34.000Z (almost 3 years ago)
- Last Synced: 2025-08-31T19:14:37.782Z (10 months ago)
- Topics: alpine, docker, nginx, php
- Language: Makefile
- Size: 528 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-nginx-alpine
Lightweight php nginx server on an alpine image

Please ★ this repo if you found it useful ★ ★ ★
## Features
* Under 25 MB
* PHP 7
## Installation
```sh
docker run --name some-php-nginx-alpine -d -v /your/php/app:/app/www -p 8888:8888 jamrizzi/php-nginx-alpine:php7
```
## Dependencies
* [Docker](https://www.docker.com/)
## Support
Submit an [issue](https://github.com/jamrizzi/php-nginx-alpine/issues/new)
## Buy Me Coffee
A ridiculous amount of coffee was consumed in the process of building this project.
[Add some fuel](https://jamrizzi.com/#!/buy-me-coffee) if you'd like to keep me going!
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## License
[MIT License](https://github.com/jamrizzi/php-nginx-alpine/blob/master/LICENSE)
[Jam Risser](https://jamrizzi.com) © 2017
## Credits
* [Jam Risser](https://jamrizzi.com) - Author
## Changelog
0.0.1 (2017-05-10)
* Initial release