Giter VIP home page Giter VIP logo

Comments (8)

wahyd4 avatar wahyd4 commented on May 27, 2024

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

from aria2-ariang-x-docker-compose.

ToCHONG avatar ToCHONG commented on May 27, 2024

Thank you for reply. I've only modify the code below:
ports:
- "81:81"(which is originally 80:80)
- "444:444"(which is originally 443:443)

from aria2-ariang-x-docker-compose.

wahyd4 avatar wahyd4 commented on May 27, 2024

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.

from aria2-ariang-x-docker-compose.

ToCHONG avatar ToCHONG commented on May 27, 2024

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.

from aria2-ariang-x-docker-compose.

wahyd4 avatar wahyd4 commented on May 27, 2024

from aria2-ariang-x-docker-compose.

ToCHONG avatar ToCHONG commented on May 27, 2024

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

from aria2-ariang-x-docker-compose.

wahyd4 avatar wahyd4 commented on May 27, 2024

from aria2-ariang-x-docker-compose.

ToCHONG avatar ToCHONG commented on May 27, 2024

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

from aria2-ariang-x-docker-compose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.