Update client-configuration.md to include instructions for restarting the subscription-page container after changes

This commit is contained in:
kastov
2025-04-05 17:17:49 +03:00
parent 769d2ca90b
commit 5e7a4ea36c

View File

@@ -259,7 +259,11 @@ volumes:
- ./app-config.json:/app/dist/assets/app-config.json
```
Restart is not needed.
Restart the subscription-page container to apply the changes.
```bash
docker compose down && docker compose up -d && docker compose logs -f
```
### Full Example