We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 239a9ce + 25f0714 commit 82b26fbCopy full SHA for 82b26fb
1 file changed
README.md
@@ -31,7 +31,7 @@ docker build . -t codeigniter:4.1.4
31
32
start the container:
33
```
34
-docker container run --publish 80:80 --name ci4 -v /localfolder:/var/www/html codeigniter:4.1.4
+docker container run -it --publish 80:80 --name ci4 -v /localfolder:/var/www/html codeigniter:4.1.4
35
36
37
## Installation
0 commit comments