Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psi-4ward/docker-php-nginx
Lightwight Docker image for the (latest) PHP-FPM and Nginx based on AlpineLinux
https://github.com/psi-4ward/docker-php-nginx
Last synced: 22 days ago
JSON representation
Lightwight Docker image for the (latest) PHP-FPM and Nginx based on AlpineLinux
- Host: GitHub
- URL: https://github.com/psi-4ward/docker-php-nginx
- Owner: psi-4ward
- Created: 2015-04-20T20:37:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T20:38:47.000Z (over 9 years ago)
- Last Synced: 2024-12-09T08:46:42.524Z (25 days ago)
- Language: Nginx
- Size: 97.7 KB
- Stars: 21
- Watchers: 4
- Forks: 90
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-FPM & Nginx Docker Image
Lightwight Docker image for the (latest) PHP-FPM and Nginx based on [AlpineLinux](http://alpinelinux.org)
* Image size only ~100MB !
* Very new packages (alpine:edge) 2015-04-03:
* [PHP](http://pkgs.alpinelinux.org/package/main/x86/php) 5.6.7
* [Nginx](http://pkgs.alpinelinux.org/package/main/x86/nginx) 1.6.2
### Usage
```bash
sudo docker run -v /data:/DATA -p 80:80 psitrax/php-nginx
```### Volume structure
* `htdocs`: Webroot
* `logs`: Nginx/PHP error logs