You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
408 B
Bash
8 lines
408 B
Bash
docker compose down
|
|
go install github.com/go-acme/lego/v4/cmd/lego@latest
|
|
sudo lego --email="dancheg@fmnx.su" --domains="fmnx.su" --http run
|
|
sudo lego --email="dancheg@fmnx.su" --domains="ci.fmnx.su" --http run
|
|
sudo lego --email="dancheg@fmnx.su" --domains="up.fmnx.su" --http run
|
|
sudo lego --email="dancheg@fmnx.su" --domains="pk.fmnx.su" --http run
|
|
sudo chown -R dancheg97:dancheg97 .lego
|
|
docker compose up |