It is used the same way as official PHP image.
1.3K
It is used the same way as official PHP image.
version: '3.1'
services:
web:
image: businessbrain/php:latest
restart: always
ports:
- "8080:80"
volumes:
- ./public:/var/www/html
Content type
Image
Digest
Size
213.5 MB
Last updated
over 7 years ago
docker pull businessbrain/php