wahyd4 / aria2-ariang-x-docker-compose

Docker compose files for Aria2+ AriaNg+ filerun/ Nextcloud/ h5ai + Plex. 图形化BT,磁力,离线下载,文件管理,播放,投屏
1.78k stars 282 forks source link

修改端口 #87

Closed ToCHONG closed 4 years ago

ToCHONG commented 4 years ago

由于端口被占用,所以修改了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

wahyd4 commented 4 years ago

Can you paste your entire docker-compose file? I actually don't know how did you modify your ports.

ToCHONG commented 4 years ago

Thank you for reply. I've only modify the code below: ports:

wahyd4 commented 4 years ago

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.

ToCHONG commented 4 years ago

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.

wahyd4 commented 4 years ago

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

ToCHONG commented 4 years ago

I've modified the port to 81 and Aria is connected. But in terms of file browser, it still requires username and password: image

wahyd4 commented 4 years ago

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

ToCHONG commented 4 years ago

Sorry for my ignorance. I finished my setup finally. Cheers!