Commit Graph

3321 Commits

Author SHA1 Message Date
Jorge Marin
b1117a833a lowercase nginx 2016-02-02 16:32:03 +01:00
Jorge Marin
0e4abae3dc Typo in README.txt 2016-01-27 11:10:31 +01:00
Jorge Marin
96e41e1b12 Improve README.txt 2016-01-27 11:07:46 +01:00
Jorge Marin
cde5ab1b1c Add steps to enable Pagespeed 2016-01-20 18:15:34 +01:00
Sameer Naik
8e6ee7d014 bump version 1.8.0-4-r01 2015-10-05 23:08:09 +05:30
Sameer Naik
04c8bbc06f removed /app volume from dockerfile
Specifying a volume at `/app` (in the Dockerfile) makes it difficult to
use this image as a base image for derived images. Due to this, we have
removed the `VOLUME` instruction that mounts `/app` as a volume.

The `/app` path continues to function like it did before. As a result if
you want to mount your html source into the container, mount it at
`/app`
using `-v /path/on/application/source:/app`.

One advantage of mounting/installing your application at `/app` is that
the image will automatically update the ownership of the
files/directories in `/app` so that it is accessible by the `nginx`
daemon.
2015-10-05 22:19:42 +05:30
Sameer Naik
15f903e533 fix links to hub.docker.com 2015-08-08 12:08:32 +05:30
Adnan Abdulhussein
da2fd1a8d6 Bump version and add build status to README 2015-06-19 18:12:11 -07:00
Adnan Abdulhussein
a51497c77c Add testing section to README 2015-06-19 16:23:21 -07:00
Adnan Abdulhussein
f5194a7d82 Documentation changes
- remove version numbers
  - link to project
  - use same volume paths in docker run and compose
  - always recommend backing up
2015-06-19 14:37:15 -07:00
Adnan Abdulhussein
31d1ad88b6 Add Apache 2.0 License 2015-06-19 11:49:28 -07:00
Sameer Naik
32fa447b98 readme: fix image version tag in pull commands 2015-06-19 20:47:33 +05:30
Sameer Naik
c130811507 readme: added note on reload nginx configuration using docker kill 2015-06-19 20:47:27 +05:30
Sameer Naik
cc6c4976aa readme: link to the bitnami/nginx dockerhub page 2015-06-19 20:36:07 +05:30
Sameer Naik
e1179506e4 readme: fix build instructions 2015-06-18 18:08:44 +05:30
Adnan Abdulhussein
72139996fe README fixes for Docker Hub Compatibility 2015-06-17 18:49:03 -07:00
Adnan Abdulhussein
99cb2d395a Update README - use relative paths for docker compose 2015-06-16 22:20:08 -07:00
Adnan Abdulhussein
05a6f5a0da Make terminology more consistent and other fixes in documentation 2015-06-10 23:40:43 -07:00
Adnan Abdulhussein
0008b8af4a Improved README 2015-06-10 15:37:14 -07:00
Adnan Abdulhussein
37df0dfaf6 Cleanup and documentation 2015-05-29 14:50:46 -07:00
Miguel Martinez
94a3c8363f Adding README nginx 2015-05-20 19:18:01 -07:00