source:
OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/docker/stack/web2py-rocket-ssl-nginx-db-adminer/web2py-db
Last change on this file was 42bd667, checked in by , 4 years ago | |
---|---|
|
|
File size: 184 bytes |
Line | |
---|---|
1 | #FROM mariadb:latest |
2 | #FROM mysql:latest |
3 | #FROM percona:latest |
4 | FROM postgres:latest |
5 | #FROM mongo:latest |
6 | #FROM couchdb:latest |
7 | |
8 | ENV MYSQL_ROOT_PASSWORD=example \ |
9 | POSTGRES_PASSWORD=example |
Note: See TracBrowser
for help on using the repository browser.