Sign inSign up

rastyu/udpxy

By rastyu

•Updated 12 months ago

Image
0

658

rastyu/udpxy repository overview

version: "3.8"
services:
  udpxy:
    image: rastyu/udpxy:latest               # 容器镜像名
    container_name: udpxy                    # 容器名称
    restart: unless-stopped                  # 重启策略
    network_mode: host                       # host网络
    environment:
      - TZ=Asia/Shanghai                     # 中国时区
# 管理端口: http://192.168.10.20:4600/status/

Tag summary

Content type

Image

Digest

sha256:b2cee8d75…

Size

3.7 MB

Last updated

12 months ago

docker pull rastyu/udpxy