Skip to content

Use `expose` vs `ports` to only expose the port internally

Ben Brown requested to merge benjamb/ansible:lorry-admin-no-publish into master

The admin interface was exposed to the world, so I've modified the docker-compose.yml to ensure 12765 is only exposed internally between other lorry containers.

Merge request reports