Updating README.md
This commit is contained in:
parent
bee54f2634
commit
ed8d1b5e4c
|
|
@ -1,5 +1,5 @@
|
|||
# Bitnami Docker Image for WordPress
|
||||
Docker image for [Bitnami WordPress Stack](https://bitnami.com/stack/wordpress)
|
||||
This is an all-in-one container for [Bitnami WordPress Stack](https://bitnami.com/stack/wordpress). It includes all the required dependencies to run WordPress in a container in less than 1 minute.
|
||||
|
||||
# TLDR
|
||||
```
|
||||
|
|
@ -40,7 +40,7 @@ container with the flag `-d` you can retrieve it by running `docker logs wordpre
|
|||
In case you want to change the default user and password you would need to build the image by your own following [this steps](#get-this-image)
|
||||
and modifying the line `BITNAMI_APPLICATION_PASSWORD=bitnami` in the Dockerfile before starting the build.
|
||||
|
||||
## Application files
|
||||
## Application files (optional)
|
||||
|
||||
If you want to make the application files accessible for modifying them you could use a volume to share these files with the host. This can be done by adding some extra options to the `docker run` command:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue