Skip to content

Djamy/prestashop-docker-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

#Docker run syntax Need to build image then, docker run prestadev --add-host=docker.host:192.168.0.2

#Compose syntax

php:
    build: ./1.6
    volumes:
        - ./www:/var/www/html:cached
    links:
        - some-db
    extra_hosts:
        - "docker.host:192.168.0.2"

About

A Prestashop Docker image with xdebug loaded

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published