Ubuntu 18.04
docker pull ivocostta/xtream:latest
version: '3.7' services: xui: container_name: xui image: 'ivocostta/xtream:latest' shm_size: '4GB' 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"]
Content type
Image
Digest
sha256:e8af674df…
Size
1.3 GB
Last updated
over 3 years ago
docker pull ivocostta/xtream