mirror of
https://github.com/louislam/dockge.git
synced 2025-02-16 18:41:57 +01:00
9 lines
158 B
YAML
9 lines
158 B
YAML
services:
|
|
mariadb:
|
|
image: mariadb:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 3306:3306
|
|
environment:
|
|
- MARIADB_ROOT_PASSWORD=123456
|