Remove domains.

This commit is contained in:
Mikaël Capelle 2023-06-04 19:02:28 +00:00
parent 1a4b870530
commit 2908007a62
3 changed files with 7 additions and 7 deletions

View File

@ -48,10 +48,10 @@ tools.typename.fr
# INSA
zik-insat.fr
q.zik-insat.fr
m.zik-insat.fr
n.zik-insat.fr
# m.zik-insat.fr
# n.zik-insat.fr
# Saxtoys
saxtoys.fr
www.saxtoys.fr
q.saxtoys.fr
# saxtoys.fr
# www.saxtoys.fr
# q.saxtoys.fr

View File

@ -2,4 +2,4 @@
$(dirname $0)/certbot renew --cert-name typename.fr
docker-compose restart
docker compose restart

View File

@ -16,4 +16,4 @@ $(dirname $0)/certbot \
--cert-name typename.fr \
-d $(echo typename.fr ${domains[*]} | tr ' ' ',')
docker-compose restart
docker compose restart