config: Change Webtop port mapping to 3030

This commit is contained in:
2026-02-22 21:05:17 -05:00
parent 901a3b6073
commit da3ef5d20e
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ Webtop provides a full Linux desktop environment (Ubuntu XFCE) directly in your
- [ ] **Action**: Create a new stack named `webtop-stack`.
- [ ] **Action**: Upload or paste the environment variables from `stack.env`.
- [ ] **Action**: Paste the content of `docker-compose.portainer.yml` and deploy.
- [ ] **Verification**: Access the Webtop desktop interface at `http://[NAS_IP]:3000`.
- [ ] **Verification**: Access the Webtop desktop interface at `http://[NAS_IP]:3030`.
## 4. Post-Setup Notes
1. **Persistent Data**: Everything saved strictly within the virtual `~` or `/config` directory is retained. If you want to access your real NAS files (like your ebooks or movies) from inside this desktop, you can uncomment and map `/volume1/media` in the `docker-compose.portainer.yml` file.