mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized description
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
## database access
|
||||
To access the database execute
|
||||
```bash
|
||||
docker exec -it gitea_database_1 /bin/mysql -u nextcloud -p
|
||||
docker exec -it gitea_database_1 /bin/mysql -u gitea -p
|
||||
```
|
||||
## bash in application
|
||||
docker exec -it gitea_application_1 /bin/sh
|
||||
|
Reference in New Issue
Block a user