mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
Added letsencrypt script for tenants
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
## Scrip based on https://github.com/wmnnd/nginx-certbot
|
||||
## Script based on https://github.com/wmnnd/nginx-certbot
|
||||
## https://pentacent.medium.com/nginx-and-lets-encrypt-with-docker-in-less-than-5-minutes-b4b8a60d3a71
|
||||
|
||||
if ! [ -x "$(command -v docker-compose | head -n 1)" ] && ! [ -x "$(command -v docker compose | head -n 1)" ]; then
|
||||
|
||||
Reference in New Issue
Block a user