mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-16 11:37:32 +02: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
|