I want to use mariadb
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
db:
|
||||
image: 'mysql:${LDD_DB_IMAGE_TAG:-lts}'
|
||||
image: 'mariadb:${LDD_DB_IMAGE_TAG:-latest}'
|
||||
ports:
|
||||
- '${LDD_DB_PORT:-3306}:3306'
|
||||
command: >
|
||||
|
||||
Reference in New Issue
Block a user