mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 14:31:51 +01:00
8 lines
139 B
YAML
8 lines
139 B
YAML
mariadb:
|
|
image: vimagick/mariadb
|
|
ports:
|
|
- "3306:3306"
|
|
environment:
|
|
- MYSQL_ROOT_PASSWORD=root
|
|
- MYSQL_DATABASE=wordpress
|