Files
ssl-nginx/run_once.sh
Aleksei Sokol 7af75ad55d Initial commit
Add nginx and certbot configurations
2023-10-09 09:48:30 +03:00

4 lines
116 B
Bash
Executable File

#!/bin/sh
docker compose -f run_once.d-c.yml up --build
docker compose -f run_once.d-c.yml rm nginx certbot --force