Skip to content

Commit f1b8c54

Browse files
committed
Update block comments
1 parent b74f83c commit f1b8c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

migrations/container/20181225063950_service-command_change_global_service_container_names.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function up() {
107107
);
108108

109109
/**
110-
* Start nginx-proxy container.
110+
* Start global container.
111111
*/
112112
self::$rsp->add_step(
113113
'start-renamed-containers',
@@ -118,7 +118,7 @@ public function up() {
118118
);
119119

120120
/**
121-
* Start other service containers.
121+
* Disable support containers.
122122
*/
123123
self::$rsp->add_step(
124124
'remove-support-containers',

0 commit comments

Comments
 (0)