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:
@@ -15,7 +15,7 @@ docker-compose up -d
|
||||
|
||||
## access terminal
|
||||
```bash
|
||||
docker exec -it peertube-application-1 /bin/bash
|
||||
docker-compose exec -it application /bin/bash
|
||||
```
|
||||
|
||||
## update config
|
||||
|
Reference in New Issue
Block a user