mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
changed docker exec to docker-compose exec
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
To login to the database type in:
|
||||
|
||||
```bash
|
||||
docker exec -it yourls_database_1 /bin/mysql -u yourls -p
|
||||
docker-compose exec -it database /bin/mysql -u yourls -p
|
||||
```
|
||||
|
Reference in New Issue
Block a user