You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use ipv4-address field in docker-compose file, and this field is supported by docker-compose.yml version 2.
However, when I run cage up, I got this error:
services.paas.networks.net: unknown field ipv4_address, expected aliases at line 28 column 9
Good catch! In general, these features would need to be added to the compose_yml crate. I don't have time to do that myself right now, but I'd be happy to show somebody else how.
I want to use ipv4-address field in docker-compose file, and this field is supported by docker-compose.yml version 2.
However, when I run
cage up
, I got this error:Below is my backend.yml:
The text was updated successfully, but these errors were encountered: