Skip to content

Commit af8f82b

Browse files
authored
Update README.md
1 parent a6744da commit af8f82b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ A Moodle PHP environment configured for Moodle development.
44

55
PHP and Apache configured to serve /var/www/html/ based on [Official PHP Images](https://hub.docker.com/_/php/) with php extensions required for all Moodle database drivers and extensions.
66

7+
# Example usage
8+
The following command will expose the current working directory on port 8080:
9+
```bash
10+
$ docker run --name web0 -p 8080:80 -v $PWD:/var/www/html danpoltawski/moodle-php-apache:7.1
11+
```
12+
713
# Versions
814

915
| PHP Version | Tag | Status |

0 commit comments

Comments
 (0)