8000 Docker 部署的怎么启用 Web UI? · EasyTier · Discussion #996 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Docker 部署的怎么启用 Web UI? #996

Answered by Kaiyuan
Kaiyuan asked this question in Q&A
Discussion options

You must be logged in to vote

知道了...

version: '3.8'
services:
  easytier:
    restart: always
    labels:
      com.centurylinklabs.watchtower.enable: 'true'
    privileged: true
    mem_limit: 0m
    container_name: easytier-ui
    hostname: easytier-ui
    network_mode: host
    cap_add:
      - NET_ADMIN
      - NET_RAW
    devices:
      - /dev/net/tun:/dev/net/tun
    volumes:
      - /files/docker/easytier/data:/app
      - /etc/machine-id:/etc/machine-id:ro
    environment:
      - TZ=Asia/Shanghai
    image: easytier/easytier:latest
    command: --api-host https://WEBURL/ -d /app/et.db --file-log-dir /app/log
    entrypoint: easytier-web-embed  # 设置启动easytier-web-embed命令

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@victorious210
Comment options

Answer selected by Kaiyuan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
0