mirror of
https://github.com/wassname/nginx-proxy-letsencrypt.git
synced 2026-08-21 11:18:16 +08:00
9 lines
157 B
Bash
Executable File
9 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
|
|
nginx -s reload
|
|
|
|
docker-gen \
|
|
-only-exposed \
|
|
-notify '/app/update_certs' \
|
|
/app/letsencrypt_service_data.tmpl /app/letsencrypt_service_data
|