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-compose部署yml #42

Closed
aitixiong opened this issue Sep 4, 2023 · 1 comment
Closed

建议加上docker-compose部署yml #42

aitixiong opened this issue Sep 4, 2023 · 1 comment

Comments

@aitixiong
Copy link

aitixiong commented Sep 4, 2023

测试好的yml文件

version: '2'
services:
  cookiecloud:
    image: easychen/cookiecloud:latest
    container_name: cookiecloud-app
    restart: always
    volumes:
      - ./data:/data/api/data
    ports:
      - 8088:8088
@easychen
Copy link
Owner

easychen commented Sep 4, 2023

多谢,已经加上了

@easychen easychen closed this as completed Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants