崩溃自启

This commit is contained in:
2022-08-25 11:56:21 +08:00
parent 9634c18311
commit 76842662a2
+2
View File
@@ -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: