Skip to content

Commit 201c338

Browse files
committed
Update
1 parent 4bc3299 commit 201c338

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ This come with:
55
* a mysql container with only one user root and root as password
66
* a php container with apache
77

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+
816
It come with a vhost info.example.com.
917

1018
The vhost file are located in docker/httpd/vhost and the files are in the apps folder.
1119

1220
You can add you php extension in the docker/httpd/Dockerfile file.
1321

14-
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.
File renamed without changes.

0 commit comments

Comments
 (0)