崩溃自启

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: services:
nginx-proxy: nginx-proxy:
image: jwilder/nginx-proxy image: jwilder/nginx-proxy
restart: always
ports: ports:
- "443:443" - "443:443"
- "80:80" - "80:80"
@@ -17,6 +18,7 @@ services:
- ./client_max_body_size.conf:/etc/nginx/conf.d/client_max_body_size.conf:ro - ./client_max_body_size.conf:/etc/nginx/conf.d/client_max_body_size.conf:ro
nginx-letsencrypt: nginx-letsencrypt:
image: jrcs/letsencrypt-nginx-proxy-companion image: jrcs/letsencrypt-nginx-proxy-companion
restart: always
depends_on: depends_on:
- nginx-proxy - nginx-proxy
volumes: volumes: