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
- Host: GitHub
- URL: https://github.com/efureev/php73
- Owner: efureev
- Created: 2019-01-31T06:13:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T06:15:01.000Z (about 6 years ago)
- Last Synced: 2025-01-15T09:03:02.804Z (3 months ago)
- Topics: docker, php, php73
- Language: Dockerfile
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`