Skip to content

Commit de811bf

Browse files
committed
Update README.md
1 parent cb8accd commit de811bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
panamax-docker-drupal
1+
Drupal
22
=====================
33

4-
Drupal docker image without a DB included in the image. This image is designed to be used with panamax/panamax-docker-mysql or similar stand-alone DB image in order to create a multi-container cluster.
4+
Drupal docker image without a DB included in the image. This image is designed to be used with centurylink/mysql or similar stand-alone DB image in order to create a multi-container cluster.
55

66
On docker run, browse to Port 80 on the container to complete initial setup.
77
Example usage:
88

9-
`$ docker run --rm --name DRUPAL --link DB:DB panamax/panamax-docker-drupal:7.28`
9+
`$ docker run --rm --name DRUPAL --link DB:DB centurylink/drupal:7.28`
1010

1111
...where `DB:DB` matches the name and alias of your DB instance. Use the values from your linked DB image to complete GUI setup.
1212

0 commit comments

Comments
 (0)