From: Lorin Hochstein Date: Tue, 24 Jan 2017 06:33:51 +0000 (-0800) Subject: Expose port 8000 X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=808532eccf6e47237c9127cbfbd69e56af614bb9;p=ansiblebook.git Expose port 8000 --- diff --git a/ch13/ansible/container.yml b/ch13/ansible/container.yml index b8ab880..48f4f9a 100644 --- a/ch13/ansible/container.yml +++ b/ch13/ansible/container.yml @@ -9,3 +9,5 @@ services: mezzanine: image: ubuntu:xenial entrypoint: [/usr/bin/entrypoint.sh] + expose: + - "8000"