mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
fix path again :(
This commit is contained in:
parent
8dd921aae9
commit
da9cdd9257
@ -26,7 +26,7 @@ docker-compose --version
|
|||||||
|
|
||||||
docker-compose -f $DOCKER_DIR/docker-compose.yml -f $DOCKER_DIR/docker-compose.$OS.yml down
|
docker-compose -f $DOCKER_DIR/docker-compose.yml -f $DOCKER_DIR/docker-compose.$OS.yml down
|
||||||
|
|
||||||
LETS_ENCRYPT_PATH = "${outputDir}/letsencrypt"
|
LETS_ENCRYPT_PATH="${outputDir}/letsencrypt"
|
||||||
if [ -d "${LETS_ENCRYPT_PATH}" ]
|
if [ -d "${LETS_ENCRYPT_PATH}" ]
|
||||||
then
|
then
|
||||||
docker run -it --rm --name certbot -p 443:443 -p 80:80 -v $OUTPUT_DIR/letsencrypt:/etc/letsencrypt/ certbot/certbot \
|
docker run -it --rm --name certbot -p 443:443 -p 80:80 -v $OUTPUT_DIR/letsencrypt:/etc/letsencrypt/ certbot/certbot \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user