use the easier compose syntax here

Signed-off-by: Christian Heusel <christian@heusel.eu>
This commit is contained in:
Christian Heusel 2020-10-12 01:44:55 +02:00 committed by msquare
parent 5bf322c215
commit dbca216403
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ docker-compose up -d
#### Migrate
Import database changes to migrate it to the newest version
```bash
docker exec -it engelsystem_es_php_fpm_1 bin/migrate
cd docker
docker-compose exec es_php_fpm bin/migrate
```
### Scripts