OlivierGaland / CashFactory

Lightweight docker image running many passive income applications (proxy and bandwidth share) : Honeygain , EarnApp , IPRoyal Pawns , PacketStream , Peer2Profit
GNU General Public License v3.0
305 stars 55 forks source link

Ip adress in docker-compose file #18

Closed Tiposbingo closed 2 years ago

Tiposbingo commented 2 years ago

Hi, why there are several IP adres like this one ? https://take.ms/j12IZ

OlivierGaland commented 2 years ago

Those are static addresses used by the stack, you can change them if you need (but don't forget to also set the correct subnet in "networks" section of docker-compose).

Those have no consequences unless that specific network need to be reachable over your router for the stack, which is not the case.

Indeed it is not standard adresses used for local network, up to you to switch to more standard ones (192.168.x.x 172.16.x.x and 10.x.x.x) but don't use the same subnet as the one defined for your local network.

Tiposbingo commented 2 years ago

Thank you for your reply. Now I understand.