Jafner.net/cloud_tools/setup.sh
2021-08-03 15:24:17 -07:00

5 lines
149 B
Bash

#!/bin/bash
docker network create web
sed -i "s/email = \"\"/email = \"$EMAIL\"/g" traefik.toml
mkdir ./htdocs ./htdocs/download
docker-compose up -d