- /home/docker/x-ui-1/config:/etc/x-ui/ - /usr/local/nginx/conf/ssl-1/:/root/ x-ui-2: image: aircross/3x-ui:latest container_name: x-ui-2 restart: always ports: - "54322:2053" volumes: - /home/docker/x-ui-2/config:/etc/x-ui/ - /usr/local/nginx/conf/ssl-2/:/root/...
〔3X-UI〕中文优化版,Xray panel supporting multi-protocol multi-user expire day & traffic & ip limit (Vless & Vmess & Trojan & ShadowSocks & Wireguard),基于原版3x-ui进行优化修改。 - 3x-ui/docker-compose.yml at v2.3.4 · xeefei/3x-ui
基于3x-ui 原项目的个人优化版. Contribute to Misaka-blog/3x-ui development by creating an account on GitHub.
第二个:@1x @2x和@3x也是xcode软件所需要的UI资源。你命好名称以后,ios会根据设备型号自动挑选合适的@1x,@2x或@3x尺寸来使用。 第三个:mac电脑上的APP设计软件Sketch,他切图之后保存的图片格式也是带有@1x @2x和@3x。 在这里 可以解毒@1x @2x和@3x为图片格式,成为图片后缀名。跟我们安卓上的.9.png ...
Docker Desktop Dashboard: The new Docker Desktop Dashboard provides a user-friendly interface which enables you to interact with containers and applications, and manage the lifecycle of your applications directly from the UI. In addition, it allows you to access the logs, view container details, ...
由于telegram bot暂时没用,切换回第一个默认https://github.com/vaxilu/x-ui version: "3.9" services: xui: image: enwaiax/x-ui container_name: xui volumes: - $PWD/db/:/etc/x-ui/ - $PWD/cert/:/root/cert/ restart: unless-stopped network_mode: host 新建目录,并把上面的配置放到x-ui.yam...
kubernetesui/metrics-scraper:v1.0.6 ports: - containerPort: 8000 protocol: TCP livenessProbe: httpGet: scheme: HTTP path: / port: 8000 initialDelaySeconds: 30 timeoutSeconds: 30 volumeMounts: - mountPath: /tmp name: tmp-volume securityContext: allowPrivilegeEscalation: false readOnlyRootFilesy...
这里有4个services:loggers、elasticsearch、skywalking-oap、skywalking-ui. image:镜像地址 container_name:生成的容器名称 restart: always:表示Docker重启后容器自动重启 ports:端口映射。前面是宿主机端口: 映射给后面容器端口 volumes:卷映射。前面是宿主机地址: 映射给后面容器地址 environment:是容器启动时需要添加的...
Quickly iterate on your applications with a fast and responsive UI. Streamline deployment Effortlessly push your containerized applications to Docker Hub or other registries. Learn more Docker Hub Easily create, manage, and deliver containerized applications ...
├── ruoyi-ui // 前端框架 [80] ├── ruoyi-gateway // 网关模块 [8080] ├── ruoyi-auth // 认证中心 [9200] ├── ruoyi-rocketMQ // 消息队列 [9204] ├── ruoyi-demo // 分库分表 [9205] ├── ruoyi-api // 接口模块 ...