Update README.md

pull/4/head
Tai 3 years ago committed by GitHub
parent 878da90cb5
commit ac2032b862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,8 +51,8 @@ docker network create caddy_net # Only need to do this once on new VMs (From Ste
Use this command everytime you make changes to Caddyfile.
```
docker exec -t -i CONTAINERNAME /bin/bash
docker exec -t -i CONTAINERNAME /bin/sh
docker exec -ti CONTAINERNAME /bin/bash
docker exec -ti CONTAINERNAME /bin/sh
```
Commands to enter a container's shell. Use bash first, if that doens't work try sh.

Loading…
Cancel
Save