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:
@@ -3,7 +3,7 @@
|
||||
Login to the container:
|
||||
|
||||
```bash
|
||||
docker exec -it mediawiki_application_1 /bin/sh
|
||||
docker-compose exec -it application /bin/sh
|
||||
```
|
||||
|
||||
Seed the LocalSettings.php:
|
||||
|
Reference in New Issue
Block a user