mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
9 lines
157 B
YAML
9 lines
157 B
YAML
mariadb:
|
|
image: vimagick/mariadb
|
|
ports:
|
|
- "3306:3306"
|
|
environment:
|
|
- MYSQL_ROOT_PASSWORD=root
|
|
- MYSQL_DATABASE=wordpress
|
|
restart: always
|