Skip to content

Instantly share code, notes, and snippets.

View cescm's full-sized avatar

Juan Carlos Escobosa cescm

  • Málaga
View GitHub Profile
@cescm
cescm / docker-raspberry.md
Created June 20, 2019 19:41 — forked from pablokbs/docker-raspberry.md
Docker en raspberry
version: "3.9"
services:
prestashop:
image: yobasystems/alpine-prestashop
environment:
MYSQL_DATABASE: prestadb
MYSQL_PASSWORD: prestapass
MYSQL_ROOT_PASSWORD: ''
MYSQL_USER: prestauser