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
- Host: GitHub
- URL: https://github.com/janyksteenbeek/web-docker
- Owner: janyksteenbeek
- Created: 2022-12-28T15:27:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T10:39:44.000Z (over 1 year ago)
- Last Synced: 2025-07-19T08:03:57.568Z (11 months ago)
- Topics: container, docker, nginx, php, web
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`