mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized .mds and meta/main.yml for client-wireguard roles and refactored README.md of Docker Roles
This commit is contained in:
9
roles/docker-yourls/Administration.md
Normal file
9
roles/docker-yourls/Administration.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Administration
|
||||
|
||||
## database
|
||||
|
||||
To login to the database type in:
|
||||
|
||||
```bash
|
||||
docker-compose exec -it database /bin/mysql -u yourls -p
|
||||
```
|
@@ -1,9 +1 @@
|
||||
# role docker-yourls
|
||||
|
||||
## database
|
||||
|
||||
To login to the database type in:
|
||||
|
||||
```bash
|
||||
docker-compose exec -it database /bin/mysql -u yourls -p
|
||||
```
|
||||
|
Reference in New Issue
Block a user