mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Updated mysql command
This commit is contained in:
parent
04dca64826
commit
63cacea9e7
@ -32,7 +32,7 @@ docker-compose exec -it akaunting bash
|
||||
### enter database container
|
||||
|
||||
```bash
|
||||
docker-compose exec -it akaunting-db /bin/mysql -u admin --password=$akaunting_db_password akaunting
|
||||
docker-compose exec -it akaunting-db /bin/mariadb -u admin --password=$akaunting_db_password akaunting
|
||||
```
|
||||
|
||||
## manuel update
|
||||
|
Loading…
Reference in New Issue
Block a user