File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ version : ' 3'
2
+ services :
3
+ cookiecloud :
4
+ image : easychen/cookiecloud:latest
5
+ container_name : cookiecloud-app
6
+ restart : always
7
+ volumes :
8
+ - ./data:/data/api/data
9
+ ports :
10
+ - 8088:8088
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ We apologize for any inconvenience this may cause 🙇🏻♂️
55
55
- < https://cookie-cloud.vantis-space.com > provided by [ vantis] ( https://github.com/vantis-zh )
56
56
- < https://cookiecloud.25wz.cn > provided by [ wuquejs] ( https://github.com/wuquejs )
57
57
- < https://cookiecloud.zhensnow.uk > provided by [ YeTianXingShi] ( https://github.com/YeTianXingShi )
58
+ - < https://cookiecloud.ddsrem.com > provided by [ DDSRem] ( https://github.com/DDS-Derek )
58
59
59
60
### Self-hosting
60
61
@@ -81,7 +82,7 @@ docker run -e API_ROOT=/cookie -p=8088:8088 easychen/cookiecloud:latest
81
82
##### Start with Docker-compose
82
83
83
84
``` yml
84
- version : ' 2 '
85
+ version : ' 3 '
85
86
services :
86
87
cookiecloud :
87
88
image : easychen/cookiecloud:latest
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ CookieCloud是一个和自架服务器同步Cookie的小工具,可以将浏览
54
54
- < https://cookie-cloud.vantis-space.com > 由[ vantis] ( https://github.com/vantis-zh ) 提供
55
55
- < https://cookiecloud.25wz.cn > 由[ wuquejs] ( https://github.com/wuquejs ) 提供
56
56
- < https://cookiecloud.zhensnow.uk > 由[ YeTianXingShi] ( https://github.com/YeTianXingShi ) 提供
57
+ - < https://cookiecloud.ddsrem.com > 由[ DDSRem] ( https://github.com/DDS-Derek ) 提供
57
58
58
59
### 自行架设
59
60
@@ -79,7 +80,7 @@ docker run -e API_ROOT=/cookie -p=8088:8088 easychen/cookiecloud:latest
79
80
##### 用 Docker-compose 启动
80
81
81
82
``` yml
82
- version : ' 2 '
83
+ version : ' 3 '
83
84
services :
84
85
cookiecloud :
85
86
image : easychen/cookiecloud:latest
You can’t perform that action at this time.
0 commit comments