changed docker exec to docker-compose exec

This commit is contained in:
2023-11-25 14:10:29 +01:00
parent 1722c4f841
commit 93733e9e0e
7 changed files with 13 additions and 15 deletions

View File

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