source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/docker/stack/web2py-rocket-ssl-nginx-db-adminer/web2py-db

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 184 bytes
Line 
1#FROM mariadb:latest
2#FROM mysql:latest
3#FROM percona:latest
4FROM postgres:latest
5#FROM mongo:latest
6#FROM couchdb:latest
7
8ENV MYSQL_ROOT_PASSWORD=example \
9 POSTGRES_PASSWORD=example
Note: See TracBrowser for help on using the repository browser.