Create Nginx service configuration in nginx file
Add Nginx Proxy Manager service configuration.
This commit is contained in:
15
nginx
Normal file
15
nginx
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
services:
|
||||||
|
app:
|
||||||
|
image: 'docker.io/jc21/nginx-proxy-manager:latest'
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- '80:80'
|
||||||
|
- '81:81'
|
||||||
|
- '443:443'
|
||||||
|
volumes:
|
||||||
|
- ./data:/data
|
||||||
|
- ./letsencrypt:/etc/letsencrypt
|
||||||
|
#Email: admin@example.com
|
||||||
|
#Password: changeme http://127.0.0.1:81
|
||||||
|
|
||||||
|
echo "$端口81"
|
||||||
Reference in New Issue
Block a user