Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librecodecoop/docker_php52
A php5.2.17 legacy environment with Docker
https://github.com/librecodecoop/docker_php52
apache apache2 docker docker-compose httpd php php52
Last synced: about 2 months ago
JSON representation
A php5.2.17 legacy environment with Docker
- Host: GitHub
- URL: https://github.com/librecodecoop/docker_php52
- Owner: LibreCodeCoop
- License: agpl-3.0
- Created: 2020-10-13T14:14:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T15:27:45.000Z (about 4 years ago)
- Last Synced: 2024-10-13T12:04:34.472Z (3 months ago)
- Topics: apache, apache2, docker, docker-compose, httpd, php, php52
- Language: Dockerfile
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP 5.2.17 + Apache 2.2.22 + xdebug
Run PHP 5.2.17 + Apache 2.2.22 in docker environment.
## Instructions
put the source of legacy project in folder `public-html`.
The Apache server is runing inside service `php52`, changhe the bind of ports in `docker-compose.yml`
If need put settings of legacy project, I recommend to put in `.env` file and use in the project calling the native PHP funcion `getenv`.
OBS: The xdebug is enabled