config: Change Webtop port mapping to 3030
This commit is contained in:
@@ -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**: Create a new stack named `webtop-stack`.
|
||||||
- [ ] **Action**: Upload or paste the environment variables from `stack.env`.
|
- [ ] **Action**: Upload or paste the environment variables from `stack.env`.
|
||||||
- [ ] **Action**: Paste the content of `docker-compose.portainer.yml` and deploy.
|
- [ ] **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
|
## 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.
|
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.
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ services:
|
|||||||
# Optional: You can mount media folders here so you can access your NAS files from inside the virtual desktop
|
# Optional: You can mount media folders here so you can access your NAS files from inside the virtual desktop
|
||||||
# - /volume1/media:/media:rw
|
# - /volume1/media:/media:rw
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000" # HTTP Access
|
- "3030:3000" # HTTP Access
|
||||||
# - "3001:3001" # HTTPS Access (Optional, usually handled by a reverse proxy instead)
|
# - "3001:3001" # HTTPS Access (Optional, usually handled by a reverse proxy instead)
|
||||||
# shm_size is important for web browsers (like Chrome/Firefox) running inside the container to prevent crashing
|
# shm_size is important for web browsers (like Chrome/Firefox) running inside the container to prevent crashing
|
||||||
shm_size: "1gb"
|
shm_size: "1gb"
|
||||||
|
|||||||
Reference in New Issue
Block a user