Dockerfile linksphp7.0-apache, 7.0, latest Dockerfilephp5.6-apache, 5.6 Dockerfiledocker-composeversion: '3'
services:
web:
container_name: qa_inrage
image: inrage/prestashop:php7.0-apache
ports:
- "32805:80"
volumes:
- "../www:/var/www/html"
- "/etc/group:/etc/group:ro"
- "/etc/passwd:/etc/passwd:ro"
environment:
APACHE_RUN_USER: qa-inrage
APACHE_RUN_GROUP: www-data
Content type
Image
Digest
Size
202.8 MB
Last updated
over 8 years ago
docker pull inrage/prestashop