feat: update readme

This commit is contained in:
max_richter 2025-05-13 11:19:49 +02:00
parent 90587ed5d1
commit a46b00bd07
Signed by: max
GPG Key ID: 51973802EF3F77C5

View File

@ -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"