We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba5a4a commit 35fbafbCopy full SHA for 35fbafb
1 file changed
README.md
@@ -36,13 +36,9 @@ docker ps
36
You will see individual containers for PHP, MySql and Apache as shown below:
37
38
| CONTAINER ID | IMAGE | COMMAND | CREATED | STATUS | PORTS | NAMES |
39
-
40
| -------------| ------ | ------ | ------- | ------ | ----- | -----|
41
42
| 09f51b5f330b | dockerize-existing-drupal-project_apache | "httpd-foreground" | 32 seconds ago | Up 30 seconds | 0.0.0.0:80->80/tcp | apache |
43
44
| 8294e1800058 | dockerize-existing-drupal-project_php | "docker-php-entrypoi…" | 33 seconds ago | Up 31 seconds | 9000/tcp | php |
45
46
| d8b2cbac5695 | mysql:8.0.0 | "docker-entrypoint.s…" | 33 seconds ago | Up 31 seconds | 0.0.0.0:3306->3306/tcp | mysql |
47
48
0 commit comments