mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Optimized description
This commit is contained in:
parent
07281e9e49
commit
305c7d91ff
@ -3,7 +3,7 @@
|
|||||||
## database access
|
## database access
|
||||||
To access the database execute
|
To access the database execute
|
||||||
```bash
|
```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
|
## bash in application
|
||||||
docker exec -it gitea_application_1 /bin/sh
|
docker exec -it gitea_application_1 /bin/sh
|
||||||
|
Loading…
Reference in New Issue
Block a user