Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computestacks/cs-docker-php
ComputeStacks PHP Docker Images
https://github.com/computestacks/cs-docker-php
docker docker-image openlitespeed openlitespeed-container openlitespeed-image php
Last synced: about 1 month ago
JSON representation
ComputeStacks PHP Docker Images
- Host: GitHub
- URL: https://github.com/computestacks/cs-docker-php
- Owner: ComputeStacks
- Created: 2021-11-10T06:25:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T20:45:11.000Z (8 months ago)
- Last Synced: 2024-05-09T21:48:46.438Z (8 months ago)
- Topics: docker, docker-image, openlitespeed, openlitespeed-container, openlitespeed-image, php
- Language: Shell
- Homepage:
- Size: 750 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ComputeStacks PHP Images
[![PHP nginx](https://github.com/ComputeStacks/cs-docker-php/actions/workflows/nginx.yml/badge.svg)](https://github.com/ComputeStacks/cs-docker-php/actions/workflows/nginx.yml)
[![Litespeed 8](https://github.com/ComputeStacks/cs-docker-php/actions/workflows/litespeed-8.yml/badge.svg)](https://github.com/ComputeStacks/cs-docker-php/actions/workflows/litespeed-8.yml)
[![Litespeed 7](https://github.com/ComputeStacks/cs-docker-php/actions/workflows/litespeed-7.yml/badge.svg)](https://github.com/ComputeStacks/cs-docker-php/actions/workflows/litespeed-7.yml)
Our OpenLiteSpeed images are deprecated and will only be receiving security updates. Please migrate to our nginx images.
## Submitting Issues
If you encounter a technical issue, you may [open an issue](https://github.com/ComputeStacks/cs-docker-php/issues). However, for questions or how-to's, please [post on our forum](https://forum.computestacks.com).
## Migrating from OpenLiteSpeed to nginx
```
sed -i 's/\/usr\/local\/lsws\/lsphp.*\/bin\/php/\/usr\/bin\/php/g' /var/www/crontab
```## Contributing
Contributions are welcome! Before you submit a pull request, feel free to [post on our forum](https://forum.computestacks.com) your idea and we can have a discussion.