Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,23 +238,23 @@ To stop and remove your test container run our `stop_test.sh` script:
Or simply run:

```bash
docker stop test-web && docker rm test-web
docker stop test-web && docker rm test-web
```

## Running this Proxy on a Synology NAS

Please checkout this [howto](https://github.com/evertramos/docker-compose-letsencrypt-nginx-proxy-companion/blob/master/docs/HOWTO-Synlogy.md).

## Production Environment using Web Proxy

## Production Environment using Web Proxy and Wordpress
Following are links to docker containers using this web proxy:

1. [docker-wordpress-letsencrypt](https://github.com/evertramos/docker-wordpress-letsencrypt)
2. [docker-portainer-letsencrypt](https://github.com/evertramos/docker-portainer-letsencrypt)
3. [docker-nextcloud-letsencrypt](https://github.com/evertramos/docker-nextcloud-letsencrypt)
4. [docker-registry-letsencrypt](https://github.com/evertramos/docker-registry-letsencrypt)
5. [gitlab-docker-letsencrypt](https://github.com/steevepay/gitlab-docker-letsencrypt)

In this repo you will find a docker-compose file to start a production environment for a new wordpress site.
6. [docker-webtrees-letsencrypt](https://github.com/mstroppel/docker-webtrees-letsencrypt)

## Credits

Expand All @@ -265,7 +265,6 @@ Credits goes to:
- docker-gen [@jwilder](https://github.com/jwilder/docker-gen)
- docker-letsencrypt-nginx-proxy-companion [@JrCs](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion)


### Special thanks to:

- [@j7an](https://github.com/j7an) - Many contributions and the ipv6 branch!
Expand Down