Skip to content

Une image docker pour prestashop avec apache2, php5, Locales en fr et memcache

License

Notifications You must be signed in to change notification settings

taime/docker-php-ru-for-prestashop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

Une image docker pour prestashop avec apache2, php5, Locales en fr et memcache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published