Optimized description

This commit is contained in:
Kevin Veen-Birkenbach 2020-12-25 22:03:40 +01:00
parent 07281e9e49
commit 305c7d91ff

View File

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