Browse Source

Update README.md

pull/4/head
Tai 5 years ago committed by GitHub
parent
commit
0c362d2c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

6
README.md

@ -46,11 +46,13 @@ After you finish the A-Z guide. You can then follow application specific guides @@ -46,11 +46,13 @@ After you finish the A-Z guide. You can then follow application specific guides
## Most Commonly Used Commands
```
docker exec -w /etc/caddy caddy caddy reload
docker network create caddy_net # Only need to do this once on new VMs (From Step 9 of A-Z Guide)
```
Only need once.
```
docker exec -w /etc/caddy caddy caddy reload
```
Use this command everytime you make changes to Caddyfile.
```
docker exec -ti CONTAINERNAME /bin/bash
docker exec -ti CONTAINERNAME /bin/sh

Loading…
Cancel
Save