mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:34 +02:00
9 lines
159 B
YAML
9 lines
159 B
YAML
|
mariadb:
|
||
|
image: easypi/mariadb-arm
|
||
|
ports:
|
||
|
- "3306:3306"
|
||
|
environment:
|
||
|
- MYSQL_ROOT_PASSWORD=root
|
||
|
- MYSQL_DATABASE=wordpress
|
||
|
restart: always
|