Fix acme.json

This commit is contained in:
Jafner 2021-08-03 15:52:02 -07:00
parent a63c580276
commit 1ef3c4375b

View File

@ -2,4 +2,6 @@
docker network create web
sed -i "s/email = \"\"/email = \"$EMAIL\"/g" traefik.toml
mkdir ./htdocs ./htdocs/download
touch acme.json
chmod 600 acme.json
docker-compose up -d