Skip to content

Commit 572e251

Browse files
committed
Keep watching the docker logs after magento start
Add a -f flag to the the start action of the magento script. Newer versions of docker-compose will stop showing logs too early.
1 parent ac2fd10 commit 572e251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magento

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ enterContainer() {
134134
}
135135

136136
start() {
137-
$DOCKERCOMPOSE up -d && $DOCKERCOMPOSE logs
137+
$DOCKERCOMPOSE up -d && $DOCKERCOMPOSE logs -f
138138
}
139139

140140
stop() {

0 commit comments

Comments
 (0)