We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error output:-
4: could not convert port to short syntax, port = Port { name: None, target: 80, published: Some( Range { start: 80, end: None, }, ), host_ip: None, protocol: Some( Tcp, ), app_protocol: None, mode: Some( Host, ), extensions: {}, }
From docker-compose.yml:-
docker-compose.yml
ports: - target: 80 published: 80 protocol: tcp mode: host - target: 443 published: 443 protocol: tcp mode: host - target: 443 published: 443 protocol: udp mode: host
The text was updated successfully, but these errors were encountered:
Port mode is not supported by the short port syntax, which is what Podman requires. See the PublishPort= Quadlet option and podman run --publish.
mode
PublishPort=
podman run --publish
Sorry, something went wrong.
No branches or pull requests
Error output:-
From
docker-compose.yml
:-The text was updated successfully, but these errors were encountered: