Skip to content

Commit

Permalink
Merge pull request #58 from DDS-Derek/master
Browse files Browse the repository at this point in the history
docs: update & provide free server
  • Loading branch information
easychen authored Feb 12, 2024
2 parents 6bd8fc8 + f609dfb commit 77be4de
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3'
services:
cookiecloud:
image: easychen/cookiecloud:latest
container_name: cookiecloud-app
restart: always
volumes:
- ./data:/data/api/data
ports:
- 8088:8088
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ We apologize for any inconvenience this may cause 🙇🏻‍♂️
- <https://cookie-cloud.vantis-space.com> provided by [vantis](https://github.com/vantis-zh)
- <https://cookiecloud.25wz.cn> provided by [wuquejs](https://github.com/wuquejs)
- <https://cookiecloud.zhensnow.uk> provided by [YeTianXingShi](https://github.com/YeTianXingShi)
- <https://cookiecloud.ddsrem.com> provided by [DDSRem](https://github.com/DDS-Derek)

### Self-hosting

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

```yml
version: '2'
version: '3'
services:
cookiecloud:
image: easychen/cookiecloud:latest
Expand Down
3 changes: 2 additions & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ CookieCloud是一个和自架服务器同步Cookie的小工具,可以将浏览
- <https://cookie-cloud.vantis-space.com>[vantis](https://github.com/vantis-zh)提供
- <https://cookiecloud.25wz.cn>[wuquejs](https://github.com/wuquejs)提供
- <https://cookiecloud.zhensnow.uk>[YeTianXingShi](https://github.com/YeTianXingShi)提供
- <https://cookiecloud.ddsrem.com>[DDSRem](https://github.com/DDS-Derek)提供

### 自行架设

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

```yml
version: '2'
version: '3'
services:
cookiecloud:
image: easychen/cookiecloud:latest
Expand Down

0 comments on commit 77be4de

Please sign in to comment.