Sign inSign up

acidozik/xtrem-ui

By acidozik

•Updated almost 6 years ago

Image
0

1.4K

acidozik/xtrem-ui repository overview

docker-compose -f docker-compose.yaml up -d

version: '3.7'
services:
  xui:
    container_name: xui
    image: 'acidozik/xtrem-ui'
    shm_size: '1GB'
    privileged: true
    restart: unless-stopped
    ports:
      - '0.0.0.0:25462:25462'
      - '0.0.0.0:25461:25461'
      - '0.0.0.0:25463:25463'
      - '0.0.0.0:25464:25464'
      - '0.0.0.0:25465:25465'
      - '0.0.0.0:25500:25500'
    ulimits:
     nproc: 65535
    cap_add:
     - ALL
    command: ["supervisord", "--nodaemon", "--configuration", "/etc/supervisor/supervisord.conf"]

Tag summary

Content type

Image

Digest

Size

1.3 GB

Last updated

almost 6 years ago

docker pull acidozik/xtrem-ui