mirror of
https://github.com/louislam/dockge.git
synced 2024-11-24 20:04:03 +00:00
8 lines
158 B
YAML
8 lines
158 B
YAML
services:
|
|
mariadb:
|
|
image: mariadb:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 3306:3306
|
|
environment:
|
|
- MARIADB_ROOT_PASSWORD=123456
|