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

https://github.com/efureev/php73

php ^7.3.# production
https://github.com/efureev/php73

docker php php73

Last synced: about 2 months ago
JSON representation

php ^7.3.# production

Awesome Lists containing this project

README

        

Image:
- PHP
- php ^7.3.#
- composer 1.8.3
- PHP-ext
- intl
- postgres
- soap
- gd
- bz2
- redis 4.2.0
- bcmath
- xsl
- zip
- Other
- bash
- nano
- openssh
- git

- production
- `docker build --rm -t efureev/php73:latest .`
- `docker run -d -p 9073:9000 -v /Volumes/Data/www:/www:delegated --link redis:redis --link fake_sudis:fake_sudis --name php73 efureev/php73` # общий php7.3
- development
- `docker build --rm -t efureev/php73-dev:latest ./dev`
- `docker run -d -p 32780:9000 -v /Volumes/Data/www:/www --name php73-dev efureev/php73-dev`