This image is build using Ubuntu 14.04 with Nginx.
Includes:
Important:
$ make build
or
$ docker build -t yourname/nginx-drupal .
Nginx will look for files in /var/www so you need to map your application to that directory.
$ docker run -d -p 8000:80 -v application:/var/www yourname/nginx
web:
image: iiiepe/nginx
volumes:
- application:/var/www
- logs:/var/log/supervisor
ports:
- "80:80"
Released under the MIT License.
Content type
Image
Digest
sha256:522c00549…
Size
112.8 MB
Last updated
almost 11 years ago
docker pull iiiepe/nginx