Skip to content

Instantly share code, notes, and snippets.

View LogeshG5's full-sized avatar

Logesh LogeshG5

View GitHub Profile
version: '2'
services:
mariadb:
image: docker.io/bitnami/mariadb:10.3
environment:
- ALLOW_EMPTY_PASSWORD=yes
- MARIADB_USER=bn_opencart
- MARIADB_DATABASE=bitnami_opencart
- MARIADB_ROOT_USER=root
- MARIADB_ROOT_PASSWORD=root