mirror of
https://github.com/YuCat-OVO/BaiduNetdisk-Docker
synced 2025-05-10 20:10:04 +08:00
dockerhub username
This commit is contained in:
parent
f9b27229f3
commit
2bf9391d72
@ -53,7 +53,7 @@
|
|||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
calibre:
|
calibre:
|
||||||
image: docker.io/yucat-ovo/baidunetdisk-docker:latest
|
image: docker.io/yucatovo/baidunetdisk-docker:latest
|
||||||
container_name: baidunetdisk
|
container_name: baidunetdisk
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined #可选
|
- seccomp:unconfined #可选
|
||||||
@ -90,7 +90,7 @@ docker run -d \
|
|||||||
-v /配置文件位置:/config \
|
-v /配置文件位置:/config \
|
||||||
-v /下载位置:/config/baidunetdiskdownload \
|
-v /下载位置:/config/baidunetdiskdownload \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
docker.io/yucat-ovo/baidunetdisk-docker:latest
|
docker.io/yucatovo/baidunetdisk-docker:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
### Podman 部署:
|
### Podman 部署:
|
||||||
@ -109,7 +109,7 @@ podman run -d \
|
|||||||
-v /配置文件位置:/config \
|
-v /配置文件位置:/config \
|
||||||
-v /下载位置:/config/baidunetdiskdownload \
|
-v /下载位置:/config/baidunetdiskdownload \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
docker.io/yucat-ovo/baidunetdisk-docker:latest
|
docker.io/yucatovo/baidunetdisk-docker:latest
|
||||||
```
|
```
|
||||||
#### Deployment
|
#### Deployment
|
||||||
```shell
|
```shell
|
||||||
@ -133,7 +133,7 @@ spec:
|
|||||||
restartPolicy: always
|
restartPolicy: always
|
||||||
containers:
|
containers:
|
||||||
- name: baidunetdisk
|
- name: baidunetdisk
|
||||||
image: docker.io/yucat-ovo/baidunetdisk-docker:latest
|
image: docker.io/yucatovo/baidunetdisk-docker:latest
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config-path
|
- name: config-path
|
||||||
mountPath: /config/
|
mountPath: /config/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user