1
0
Fork 0
mirror of https://github.com/louislam/dockge.git synced 2025-04-01 05:52:20 +00:00
dockge/extra/templates/mariadb/compose.yaml
2023-11-11 22:18:37 +08:00

9 lines
173 B
YAML

version: "3.8"
services:
mariadb:
image: mariadb:latest
restart: unless-stopped
ports:
- 3306:3306
environment:
- MARIADB_ROOT_PASSWORD=123456