Skip to content

Commit 88c5865

Browse files
committed
Imrpove container build notes
1 parent db3b27d commit 88c5865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/docs/dev/get-started/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can modify the docker-compose files if needed (e.g. adding services, removin
5050

5151
> {info} Default docker-compose files: `./docker-compose.yml`, `./docker-compose-dev.yml`
5252
53-
Some changes are not affected by docker-compose files. For example, when you change the database user or password, `.env` changes won't affect the containers. You need to rebuild the containers to apply the changes with `--build` flag.
53+
Some changes are not affected by docker-compose files. For example, when you change the database user/password or install/remove new PHP extension, `.env` or `Dockerfile` changes won't affect the containers. You need to rebuild the containers to apply the changes with `--build` flag.
5454

5555
Dev:
5656

0 commit comments

Comments
 (0)