-
Notifications
You must be signed in to change notification settings - Fork 389
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
指定环境变量RPC_SECRET不生效 #5
Comments
这个情况不应该出现,提供一下你的启动命令。 |
docker run -d |
行尾需要加 |
我使用docker-compose也不行,依旧是默认密码 version: "3.8"
services:
aria2:
container_name: aria2
restart: always
image: p3terx/aria2-pro:202209060423
environment:
- PUID=1000
- PGID=1000
- UMASK_SET=022
- RPC_SECRET=xxxxxxx
- UPDATE_TRACKERS=true
- DISK_CACHE=64M
- IPV6_MODE=true
- TZ=Asia/Shanghai
ports:
- 16888:6888
- 16800:6800
volumes:
- ~/docker/apps/aria2/config:/config
- /WestData/WestDownload:/downloads
networks:
mydocker:
ipv4_address: 172.223.1.9
networks:
mydocker:
external: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker版本: 19.03.8
aria2-pro版本: latest
描述:docker run指定自定义RPC_SECRET后,实际上并没有生效,连接的时候还是使用的默认密码,但是进容器看了env,是有我自己设定的RPC_SECRET的
The text was updated successfully, but these errors were encountered: