mirror of
https://github.com/bitnami/containers.git
synced 2026-03-19 15:57:46 +08:00
Merge pull request #87 from tompizmor/master
Set ALLOW_EMPTY_PASSWORD env var for mariadb image
This commit is contained in:
@@ -2,8 +2,9 @@ version: '2'
|
||||
|
||||
services:
|
||||
mariadb:
|
||||
image: bitnami/mariadb:latest
|
||||
image: 'bitnami/mariadb:latest'
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
- MARIADB_DATABASE=myapp
|
||||
|
||||
myapp:
|
||||
|
||||
Reference in New Issue
Block a user