diff --git a/README.md b/README.md index f7b9955..c9375ec 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,14 @@ docker exec -t -i CONTAINERNAME /bin/bash ``` Command to enter a container's shell +# Commonly added to docker-compose.yml files +``` +networks: + default: + external: + name: caddy_net +``` + # Application Specific Deployments #### Seafile