We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

asolleiro's profile - activity

2022-12-05 03:37:26 +0100 received badge  Famous Question (source)
2020-08-03 13:22:42 +0100 received badge  Notable Question (source)
2020-06-22 15:38:44 +0100 received badge  Popular Question (source)
2020-04-21 08:39:39 +0100 asked a question Keyrock mysql docker-compose configuration

I have created a docker-compose file in order to deploy my FIWARE stack. That stack includes keyrock and a Mysql BD that are connected using the following subnet:

networks: default: ipam: config: - subnet: 172.18.1.0/24 I have created that subnet due to in keyrock documentation says that keyrock use the following ip: 172.18.1.5

I would like to change that keyrock IP and also change the subnet. How can I change the subnet? If I change the subnet and the keyrock and mysql default IP's there is no connection between them.