github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/containers/ddev-nginx-proxy-router/README.md (about) 1 # ddev-nginx-proxy-router docker image 2 3 ## Overview 4 5 ddev/ddev-nginx-proxy-router deprecated image was based on the [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy) project and contains overrides to the nginx config template specific to [DDEV](https://github.com/ddev/ddev). If you are looking for a generalized Docker router solution, you'll probably want to use traefik instead. 6 7 Previously this project was also named `drud/nginx-proxy`, but has been renamed to `ddev/docker.ddev-nginx-proxy-router`. 8 9 In DDEV v1.20+ this router is deprecated, replaced by the new traefik router. 10 11 This container image was part of DDEV, and not typically used stand-alone. 12 13 ### Features 14 15 Nginx reverse proxy 16 17 ## Instructions 18 19 Use [DDEV](https://ddev.readthedocs.io) 20 21 ### Building and pushing to Docker Hub 22 23 See [DDEV docs](https://ddev.readthedocs.io/en/stable/developers/release-management/#pushing-docker-images-with-the-github-actions-workflow) 24 25 ### Running 26 To run the container by itself: 27 28 ```bash 29 docker run -it --rm ddev/ddev-nginx-proxy-router:<tag> bash 30 ``` 31 32 ## Source: 33 34 [https://github.com/ddev/ddev/tree/master/containers/ddev-nginx-proxy-router](https://github.com/ddev/ddev/tree/master/containers/ddev-nginx-proxy-router) 35 36 ## Maintained by: 37 38 The [DDEV Docker Maintainers](https://github.com/ddev) 39 40 ## Where to get help: 41 42 * [DDEV Community Discord](https://discord.gg/5wjP76mBJD) 43 * [Stack Overflow](https://stackoverflow.com/questions/tagged/ddev) 44 45 ## Where to file issues: 46 47 https://github.com/ddev/ddev/issues 48 49 ## Documentation: 50 51 * https://ddev.readthedocs.io/ 52 * https://ddev.com/ 53 54 ## What is DDEV? 55 56 [DDEV](https://github.com/ddev/ddev) is an open source tool for launching local web development environments in minutes. It supports PHP, Node.js, and Python (experimental). 57 58 These environments can be extended, version controlled, and shared, so you can take advantage of a Docker workflow without Docker experience or bespoke configuration. Projects can be changed, powered down, or removed as easily as they’re started. 59 60 ## License 61 62 View [license information](https://github.com/ddev/ddev/blob/master/LICENSE) for the software contained in this image. 63 64 As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained). 65 66 As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.