Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.12.3 available

The official documentation can be found on https://wiki.ocsinventory-ng.org. Read it before asking your question.

Docker Default Network Conflict

We use the 127.18.x.x address range for our wireless network. How can we change the default network for the docker containers?
in IP Discover by (690 points)

1 Answer

0 votes
I figured it out...

Add this to the yaml instead of localocs:

 For example

    networks:

      ocsnet:

        ipv4_address: 172.14.0.5

networks:

  localocs:

  ocsnet:

    driver: bridge

    ipam:

      config:

      - subnet: 172.14.0.0/24

        gateway: 172.14.0.1
by (690 points)
 
Powered by Question2Answer
...