Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 408 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 408 Bytes

docker image for prestashop container

Docker image to run Prestashop (with memcached and russian locale)

##Running the docker image with docker-compose

prestashop:
    image: taime:php-for-prestashop
    restart: always
    ports: 
        - ":80"
    links:
        - yout-mysql-container:mysql
        - yout-memcached-container:memcached
    volumes:
        - /yout-code-folder:/var/www/html