Create webtop.sh

This commit is contained in:
2022-01-09 15:28:40 +01:00
committed by GitHub
parent e48e0aae33
commit e892edbba5

14
webtop.sh Normal file
View File

@@ -0,0 +1,14 @@
docker run -d \
--name=ubuntu \
--privileged `#optional` \
--security-opt seccomp=unconfined `#optional` \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/Madrid \
-e SUBFOLDER=/ `#optional` \
-p 3000:3000 \
-v /home/srizan/dockerdata:/config \
-v /var/run/docker.sock:/var/run/docker.sock `#optional` \
--shm-size="1gb" `#optional` \
--restart unless-stopped \
lscr.io/linuxserver/webtop:ubuntu-xfce