mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
nginx proxy tweaks
This commit is contained in:
@@ -5,8 +5,14 @@ This Docker Compose configuration sets up the Reverse Proxy application using Do
|
||||
|
||||
- App: [Proxy Manager on Docker Hub](https://hub.docker.com/r/jc21/nginx-proxy-manager)
|
||||
- Official Site: [Nginx Proxy Manager](https://nginxproxymanager.com/)
|
||||
- [Docker tags](https://hub.docker.com/r/jc21/nginx-proxy-manager/tags)
|
||||
- Expose ports: 80, 81, 443
|
||||
|
||||
## Default Login
|
||||
|
||||
* Email: admin@example.com
|
||||
* Password: changeme
|
||||
|
||||
## Create Network
|
||||
|
||||
The first thing you want to do is create the network:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: '3.8'
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
proxy:
|
||||
|
||||
Reference in New Issue
Block a user