An open API service indexing awesome lists of open source software.

https://github.com/janyksteenbeek/web-docker

Linux Web Container for Docker with nginx, PHP & nodejs
https://github.com/janyksteenbeek/web-docker

container docker nginx php web

Last synced: 3 months ago
JSON representation

Linux Web Container for Docker with nginx, PHP & nodejs

Awesome Lists containing this project

README

          

# Linux Web Container with nginx and PHP

This container containes a basic set up for a web application. It has been specifically designed for Laravel applications, but can be used for all kinds of web applications running on PHP.

## Packages

The following packages are present in this container, which has been based
on Alpine.

- nginx
- PHP 8.3
- PHP extensions: `pdo_mysql` `exif` `pcntl` `bcmath` `redis` `soap` `gd` `opcache`
- Additional packages: `wget` `openssh-client` `git` `zip` `curl`