diff --git a/README.md b/README.md index 81511cb..0f85c83 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Replace `.dev.local` with your custom domain suffix in the `config/dns/config.sa "ip": "", ``` -Remove the dns_config volume +Restart the docker services to apply the changes: ```bash docker compose down docker compose up -d --force-recreate @@ -120,7 +120,6 @@ docker compose exec step step ca provisioner update acme \ ### Use the preconfigured services If you use the preconfigured services, you can add the following snippet to you `.bashrc/.zshrc` to easily start, stop, and manage the services. - ```bash dev () { PROJECT_DIR="$HOME/Projects/dev/services"