diff --git a/roles/docker-yourls/Readme.md b/roles/docker-yourls/Readme.md new file mode 100644 index 00000000..586c3b67 --- /dev/null +++ b/roles/docker-yourls/Readme.md @@ -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 +```