use the easier compose syntax here
Signed-off-by: Christian Heusel <christian@heusel.eu>
This commit is contained in:
parent
5bf322c215
commit
dbca216403
|
@ -75,7 +75,8 @@ docker-compose up -d
|
||||||
#### Migrate
|
#### Migrate
|
||||||
Import database changes to migrate it to the newest version
|
Import database changes to migrate it to the newest version
|
||||||
```bash
|
```bash
|
||||||
docker exec -it engelsystem_es_php_fpm_1 bin/migrate
|
cd docker
|
||||||
|
docker-compose exec es_php_fpm bin/migrate
|
||||||
```
|
```
|
||||||
|
|
||||||
### Scripts
|
### Scripts
|
||||||
|
|
Loading…
Reference in New Issue