This commit is contained in:
root
2021-10-03 14:45:56 +03:00
commit b060ba0580
29 changed files with 1586 additions and 0 deletions

6
traefik-repo/traefik/init.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
[ ! -f .env ] && cp .env.example .env
touch data/acme.json
chmod 600 data/acme.json