Closed ToCHONG closed 4 years ago
Can you paste your entire docker-compose file? I actually don't know how did you modify your ports.
Thank you for reply. I've only modify the code below: ports:
You can only modify the value at the left side of :
, so which means if you want to modify the external port of aria2 to 81
.
- 81:80
The right side value must be 80
, because that's the port defined in the Docker image, you can't change it. You just need to change the mapping port.
You can only modify the value at the left side of
:
, so which means if you want to modify the external port of aria2 to81
.- 81:80
The right side value must be
80
, because that's the port defined in the Docker image, you can't change it. You just need to change the mapping port.
It worked like magic! Thanks. But one more question please. What are the account for file browser and Aria2 RPC Secret Token? Because I couldn't find relevant information on Readme.
By default there's no token for that unless you set it.
On Tue, 11 Feb 2020 at 5:24 pm, ToCHONG notifications@github.com wrote:
You can only modify the value at the left side of :, so which means if you want to modify the external port of aria2 to 81.
- 81:80
The right side value must be 80, because that's the port defined in the Docker image, you can't change it. You just need to change the mapping port.
It worked like magic! Thanks. But one more question please. What are the account for file browser and Aria2 RPC Secret Token? Because I couldn't find relevant information on Readme.
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/wahyd4/aria2-ariang-x-docker-compose/issues/87?email_source=notifications&email_token=AAGMHYEQDJCCZMZXY5EJZNTRCJACTA5CNFSM4KSH2DYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELLKVHI#issuecomment-584493725, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGMHYHIADIIQ2GDYEUEY2TRCJACTANCNFSM4KSH2DYA .
-- Kind regards, Junwei Zhao
I've modified the port to 81 and Aria is connected. But in terms of file browser, it still requires username and password:
The login information is admin/admin. You can also find information https://github.com/wahyd4/aria2-ariang-docker/blob/master/README.md
On Tue, 11 Feb 2020 at 5:32 pm, ToCHONG notifications@github.com wrote:
I've modified the port to 81 and Aria is connected. But in terms of file browser, it still requires username and password: [image: image] https://user-images.githubusercontent.com/41679641/74215207-45c04a00-4cdb-11ea-9d56-4bd3870b10e5.png
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/wahyd4/aria2-ariang-x-docker-compose/issues/87?email_source=notifications&email_token=AAGMHYHV3NUVCYLMN7JNDGLRCJA6ZA5CNFSM4KSH2DYKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELLLAWA#issuecomment-584495192, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGMHYHCG7WMGIUXVJJAILDRCJA6ZANCNFSM4KSH2DYA .
-- Kind regards, Junwei Zhao
Sorry for my ignorance. I finished my setup finally. Cheers!
由于端口被占用,所以修改了docker-compose.yml文件中的端口为81/444,虽然成功了但是上不去aria和filebrowser,plex可以,怎么修改呢谢谢! [root@centos plex-filebrowser]# docker-compose up -d plex-filebrowser_filebrowser_1 is up-to-date plex-filebrowser_plex_1 is up-to-date