MyNixOS website logo
option

services.podman.containers.<name>.ports

A mapping of ports between host and container.

Declarations
Type
list of string
Default
[ ]
Example
[
  "8080:80"
  "8443:443"
]