add docker

This commit is contained in:
2026-03-09 15:02:22 +03:00
parent 712e034301
commit ea1005155d
2 changed files with 13 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
docker run
-d
--name='IpListClient'
--net='bridge'
--pids-limit 2048
-e TZ="Europe/Moscow"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Tower"
-e HOST_CONTAINERNAME="IpListClient"
-e 'VITE_API_URL'='http://iplistserver.sanderrs.ru/api/config'
-l net.unraid.docker.managed=dockerman
-p '5173:5173/tcp'
-p '3002:80/tcp' 'girtom/iplistclient'
View File