https://github.com/jc21/docker-devserver
Extremely lightweight container with Nginx and PHP Webserver stack for Development
https://github.com/jc21/docker-devserver
Last synced: 2 months ago
JSON representation
Extremely lightweight container with Nginx and PHP Webserver stack for Development
- Host: GitHub
- URL: https://github.com/jc21/docker-devserver
- Owner: jc21
- Created: 2015-12-01T03:57:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T01:15:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T10:41:17.553Z (4 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devserver
- nginx (openresty)
- [s6-overlay](https://github.com/just-containers/s6-overlay)
- nodejs:18
- golang
- [task](https://taskfile.dev)### Usage:
```
FROM jc21/devserver:latest...
```You will have to create your own Nginx configration and s6 services.
This image isn't really intended for public use, so I won't be supporting issues or PR's.