Skip to content

Commit 77be4de

Browse files
authored
Merge pull request #58 from DDS-Derek/master
docs: update & provide free server
2 parents 6bd8fc8 + f609dfb commit 77be4de

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Docker-compose.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ We apologize for any inconvenience this may cause 🙇🏻‍♂️
5555
- <https://cookie-cloud.vantis-space.com> provided by [vantis](https://github.com/vantis-zh)
5656
- <https://cookiecloud.25wz.cn> provided by [wuquejs](https://github.com/wuquejs)
5757
- <https://cookiecloud.zhensnow.uk> provided by [YeTianXingShi](https://github.com/YeTianXingShi)
58+
- <https://cookiecloud.ddsrem.com> provided by [DDSRem](https://github.com/DDS-Derek)
5859

5960
### Self-hosting
6061

@@ -81,7 +82,7 @@ docker run -e API_ROOT=/cookie -p=8088:8088 easychen/cookiecloud:latest
8182
##### Start with Docker-compose
8283

8384
```yml
84-
version: '2'
85+
version: '3'
8586
services:
8687
cookiecloud:
8788
image: easychen/cookiecloud:latest

README_cn.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ CookieCloud是一个和自架服务器同步Cookie的小工具,可以将浏览
5454
- <https://cookie-cloud.vantis-space.com>[vantis](https://github.com/vantis-zh)提供
5555
- <https://cookiecloud.25wz.cn>[wuquejs](https://github.com/wuquejs)提供
5656
- <https://cookiecloud.zhensnow.uk>[YeTianXingShi](https://github.com/YeTianXingShi)提供
57+
- <https://cookiecloud.ddsrem.com>[DDSRem](https://github.com/DDS-Derek)提供
5758

5859
### 自行架设
5960

@@ -79,7 +80,7 @@ docker run -e API_ROOT=/cookie -p=8088:8088 easychen/cookiecloud:latest
7980
##### 用 Docker-compose 启动
8081

8182
```yml
82-
version: '2'
83+
version: '3'
8384
services:
8485
cookiecloud:
8586
image: easychen/cookiecloud:latest

0 commit comments

Comments
 (0)