Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit f77f608

Browse files
committed
Merge pull request #2 from jmhardison/jmhardison-patch-1
Update README.md
2 parents 22042e4 + 5435aff commit f77f608

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A Dockerfile that installs and runs the latest Moodle stable.
66
## Installation
77

88
```
9-
git clone https://github.com/jda/docker-moodle
9+
git clone https://github.com/jmhardison/docker-moodle
1010
cd docker-moodle
1111
docker build -t moodle .
1212
```
@@ -17,7 +17,7 @@ To spawn a new instance of Moodle:
1717

1818
```
1919
docker run -d --name DB -p 3306:3306 -e MYSQL_DATABASE=moodle -e MYSQL_USER=moodle -e MYSQL_PASSWORD=moodle centurylink/mysql
20-
docker run -d -P --name moodle --link DB:DB -e MOODLE_URL=http://192.168.59.103:8080 -p 8080:80 jauer/moodle
20+
docker run -d -P --name moodle --link DB:DB -e MOODLE_URL=http://192.168.59.103:8080 -p 8080:80 jhardiosn/docker-moodle
2121
```
2222

2323
You can visit the following URL in a browser to get started:
@@ -34,5 +34,6 @@ The following aren't handled, considered, or need work:
3434

3535
## Credits
3636

37+
This is a fork of Jon Auer (https://github.com/jda/docker-moodle)'s Dockerfile.
3738
This is a reductionist take on [sergiogomez](https://github.com/sergiogomez/)'s docker-moodle Dockerfile.
3839

0 commit comments

Comments
 (0)