Optimized .mds and meta/main.yml for client-wireguard roles and refactored README.md of Docker Roles

This commit is contained in:
2025-03-14 14:42:59 +01:00
parent 17e2c992b3
commit 892403cf8c
142 changed files with 1427 additions and 1395 deletions

View 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
```

View File

@@ -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
```