崩溃自启
This commit is contained in:
@@ -2,6 +2,7 @@ version: "3.6"
|
||||
services:
|
||||
nginx-proxy:
|
||||
image: jwilder/nginx-proxy
|
||||
restart: always
|
||||
ports:
|
||||
- "443:443"
|
||||
- "80:80"
|
||||
@@ -17,6 +18,7 @@ services:
|
||||
- ./client_max_body_size.conf:/etc/nginx/conf.d/client_max_body_size.conf:ro
|
||||
nginx-letsencrypt:
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
restart: always
|
||||
depends_on:
|
||||
- nginx-proxy
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user