8 lines
157 B
Bash
Executable file
8 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
|