Skip to content

Commit

Permalink
Clean up README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Dongbo Xiao <dongbo.xiao@oracle.com>
  • Loading branch information
doxiao committed Apr 26, 2018
1 parent 68ca9cc commit c01f7a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OracleWebLogic/samples/12213-webtier-apache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ If you want to start the Apache container with some pre-specified `mod_weblogic`

This mounting can be done by using the -v option with the `docker run` command as shown below.

$ docker run -v <host-config-dir>:/config -w /config -d -e WEBLOGIC_HOST=<admin-host> -e WEBLOGIC_PORT=7001 -p 80:80 12213-apache
$ docker run -v <host-config-dir>:/config -w /config -d -p 80:80 12213-apache

Note: you can also mount the file directly as follows.

$ docker run -v <host-config-dir>/custom_mod_wl_apache.conf:/config/custom_mod_wl_apache.conf -w /config -d -e WEBLOGIC_HOST=<admin-host> -e WEBLOGIC_PORT=7001 -p 80:80 12213-apache
$ docker run -v <host-config-dir>/custom_mod_wl_apache.conf:/config/custom_mod_wl_apache.conf -w /config -d -p 80:80 12213-apache

Once the mounting is done, the custom_mod_wl_apache.conf will replace the built-in version of the file.

Expand Down

0 comments on commit c01f7a8

Please sign in to comment.