mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
10 lines
140 B
Markdown
10 lines
140 B
Markdown
|
# role docker-yourls
|
||
|
|
||
|
## database
|
||
|
|
||
|
To login to the database type in:
|
||
|
|
||
|
```bash
|
||
|
docker exec -it yourls_database_1 /bin/mysql -u yourls -p
|
||
|
```
|