Sign inSign up

inrage/prestashop

By inrage

•Updated over 2 years ago

Prestashop Project with Apache & PHP

Image
0

834

inrage/prestashop repository overview

⁠With docker-compose

version: '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

Tag summary

Content type

Image

Digest

Size

202.8 MB

Last updated

over 8 years ago

docker pull inrage/prestashop