mirror of
https://github.com/kmitresse/Compo-Service-Log-Project.git
synced 2026-05-13 17:11:49 +00:00
12 lines
190 B
YAML
12 lines
190 B
YAML
version: "3.1"
|
|
|
|
services:
|
|
mariadb:
|
|
image: mariadb:latest
|
|
restart: "always"
|
|
environment:
|
|
MYSQL_ROOT_PASSWORD: root
|
|
MYSQL_DATABASE: db
|
|
ports:
|
|
- "3306:3306"
|