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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,9 @@ This repository provides the simplest and most efficient Docker setup for runnin
41
41
mkdir app
42
42
```
43
43
44
-
3. **Place your Symfony project inside the app directory:**
45
-
You must place your existing Symfony project inside the newly created app directory.
44
+
3. **Place your Symfony project inside the app directory or Leave the app directory empty:**
45
+
You can leave the app directory empty or place your existing Symfony project inside the newly created app directory.
46
+
In case you left the app directory empty, make sure to restart the container or symfony server after installing a new Symfony project. The Symfony CLI tool will not restart the server for you.
0 commit comments