Skip to content

按照说明用docker安装了之后,无法成功运行,帮忙看看是什么原因。 #94

Answered by vvbbnn00
sarsmark-git asked this question in Q&A
Discussion options

You must be logged in to vote

您可以使用下面的docker-compose文件来进行部署(记得预先在部署的文件夹内创建accountlogs子文件夹)

version: "3.8"
services:
  warp-clash:
    image: vvbbnn00/warp-clash-api:latest
    ports:
      - "21001:3000"
    env_file:
      - .env.local
    volumes:
      - ./account:/app/account
      - ./logs:/app/logs

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by vvbbnn00
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
2 participants
Converted from issue

This discussion was converted from issue #47 on February 28, 2024 06:33.