We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc3299 commit 201c338Copy full SHA for 201c338
README.md
@@ -5,10 +5,18 @@ This come with:
5
* a mysql container with only one user root and root as password
6
* a php container with apache
7
8
+To use it:
9
+* docker-compose up to launch it
10
+* docker-compse up --built if you need to rebuild it
11
+* docker down to stop it
12
+* docker ps to view the current container
13
+* docker exec -it YOUR_CONTAINER_ID bash to run a shell on a container
14
+
15
16
It come with a vhost info.example.com.
17
18
The vhost file are located in docker/httpd/vhost and the files are in the apps folder.
19
20
You can add you php extension in the docker/httpd/Dockerfile file.
21
-You can update the php settings in the docker/hhhpd/php.ini file.
22
+You can update the php settings in the docker/httpd/php.ini file.
docker/db/.gitignore renamed to docker/db/data/.gitignore
0 commit comments