You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments