Commit bb372dc0 authored by Daniel Schäfer's avatar Daniel Schäfer

YAML docker compose file

parent 9f6550f8
version: '3.1'
services:
db:
image: mysql
command: --default-authentication-plugin=mysql_native_password
restart: always
environment:
MYSQL_ROOT_PASSWORD: test
MYSQL_DATABASE: db
ports:
- 3306:3306
adminer:
image: adminer
restart: always
ports:
- 8080:8080
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment