Update links
This commit is contained in:
@@ -30,25 +30,15 @@ To help you get started creating a container from this image you can either use
|
|||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
webtop:
|
webtop:
|
||||||
image: lscr.io/linuxserver/webtop:latest
|
image: ghcr.io/xpipe-io/xpipe-webtop:latest
|
||||||
container_name: webtop
|
container_name: xpipe-webtop
|
||||||
security_opt:
|
|
||||||
- seccomp:unconfined #optional
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Etc/UTC
|
|
||||||
- SUBFOLDER=/ #optional
|
- SUBFOLDER=/ #optional
|
||||||
- TITLE=Webtop #optional
|
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/data:/config
|
- /path/to/data:/config
|
||||||
- /var/run/docker.sock:/var/run/docker.sock #optional
|
- /var/run/docker.sock:/var/run/docker.sock #optional
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 127.0.0.1:3001:3001
|
||||||
- 3001:3001
|
|
||||||
devices:
|
|
||||||
- /dev/dri:/dev/dri #optional
|
|
||||||
shm_size: "1gb" #optional
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -56,21 +46,13 @@ services:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name=webtop \
|
--name=xpipe-webtop \
|
||||||
--security-opt seccomp=unconfined `#optional` \
|
|
||||||
-e PUID=1000 \
|
|
||||||
-e PGID=1000 \
|
|
||||||
-e TZ=Etc/UTC \
|
|
||||||
-e SUBFOLDER=/ `#optional` \
|
-e SUBFOLDER=/ `#optional` \
|
||||||
-e TITLE=Webtop `#optional` \
|
-p 127.0.0.1:3001:3001 \
|
||||||
-p 3000:3000 \
|
|
||||||
-p 3001:3001 \
|
|
||||||
-v /path/to/data:/config \
|
-v /path/to/data:/config \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock `#optional` \
|
-v /var/run/docker.sock:/var/run/docker.sock `#optional` \
|
||||||
--device /dev/dri:/dev/dri `#optional` \
|
|
||||||
--shm-size="1gb" `#optional` \
|
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/webtop:latest
|
ghcr.io/xpipe-io/xpipe-webtop:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|||||||
Reference in New Issue
Block a user