From: Lorin Hochstein Date: Sun, 29 Jan 2017 05:39:40 +0000 (-0800) Subject: Expose port 443 X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=8d08a8661fd98287ab2e59eced504e515ad8134c;p=ansiblebook.git Expose port 443 --- 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]