Skip to content
Version 2022.11.3

Fix "Bind for 0.0.0.0:SOME_PORT failed: port is already
allocated"-error that happens when multiple images use identical
port-mappings.
Now, we `expose:` ports (which does *not* happen host-wide) and use
`ports:` with static binding for local development and random binding
for use with portainer (or other docker-compose hosting solutions).