timemanager/docker-compose.dev.yml

12 lines
234 B
YAML
Raw Permalink Normal View History

2023-09-25 11:01:28 +02:00
# Use root/example as user/password credentials
version: '3.1'
services:
db:
image: mariadb:latest
container_name: template_mysql
environment:
MYSQL_ROOT_PASSWORD: edkvcjReDxJ9Z8hq
ports:
- "3306:3306"