From 8d08a8661fd98287ab2e59eced504e515ad8134c Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 28 Jan 2017 21:39:40 -0800 Subject: [PATCH] Expose port 443 --- ch13/ansible/container.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ch13/ansible/container.yml b/ch13/ansible/container.yml index ffcc71d..0738bc8 100644 --- a/ch13/ansible/container.yml +++ b/ch13/ansible/container.yml @@ -28,6 +28,7 @@ services: - mezzanine ports: - "8080:80" + - "8443:443" mezzanine: image: ubuntu:xenial entrypoint: [/srv/bin/entrypoint.sh] -- 2.44.0