Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker的支持 #73

Open
lumia1998 opened this issue Jul 25, 2024 · 2 comments
Open

docker的支持 #73

lumia1998 opened this issue Jul 25, 2024 · 2 comments
Labels
feature 新功能请求

Comments

@lumia1998
Copy link

有考虑支持docker吗?目前只看到win的客户端

@lumia1998 lumia1998 added the feature 新功能请求 label Jul 25, 2024
@MrXiaoM
Copy link
Owner

MrXiaoM commented Jul 25, 2024

我并不主要使用 linux,无法提供相应支持

@Nekoer
Copy link

Nekoer commented Aug 27, 2024

也许你可以试试我写的这个

version: '3'
services:
  overflow:
    image: hcyacg/overflow:latest
    container_name: overflow
    restart: always
    ports:
      - "3001:3001"
    environment:
      - TZ=Asia/Shanghai
    volumes:
      - /本地的目录/plugins:/overflow/plugins
      - /本地的目录/config:/overflow/config
      - /本地的目录/bots:/overflow/bots
      - /本地的目录/logs:/overflow/logs
      - /本地的目录/data:/overflow/data
    network_mode: bridge

我这个是用在nas上的,理论上都可以用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 新功能请求
Projects
None yet
Development

No branches or pull requests

3 participants