Skip to content

Commit

Permalink
Update deploy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanco authored May 17, 2020
1 parent 7ab0307 commit 8915cef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker run -d \
```
docker run -d \
--name blini \
-e 'LETSENCRYPT_EMAIL=you@haverford.edu' \
-e 'LETSENCRYPT_HOST=blini.haverford.edu' \
-e 'VIRTUAL_HOST=blini.haverford.edu' blini
-e 'LETSENCRYPT_EMAIL=ajanco@haverford.edu' \
-e 'LETSENCRYPT_HOST=blini.apjan.co' \
-e 'VIRTUAL_HOST=blini.apjan.co' blini
```

0 comments on commit 8915cef

Please sign in to comment.