mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Optimized description
This commit is contained in:
parent
07281e9e49
commit
305c7d91ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user