Updated role docker-yourls Readme.md

This commit is contained in:
Kevin Veen-Birkenbach 2020-12-27 13:07:13 +01:00
parent 0db8822151
commit 810a56b39d

View File

@ -0,0 +1,9 @@
# role docker-yourls
## database
To login to the database type in:
```bash
docker exec -it yourls_database_1 /bin/mysql -u yourls -p
```