From: Lorin Hochstein Date: Tue, 7 Feb 2017 06:27:22 +0000 (-0800) Subject: Locally, expose both ports X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=6f78fe54a25aa96652c46aa08f9b11dcb480278a;p=ansiblebook.git Locally, expose both ports --- diff --git a/ch13/docker-compose.yml b/ch13/docker-compose.yml index 6890852..a8e5c91 100644 --- a/ch13/docker-compose.yml +++ b/ch13/docker-compose.yml @@ -4,6 +4,7 @@ services: image: ansiblebook/nginx-ghost ports: - "8443:443" + - "8000:80" volumes: - ${PWD}/certs:/certs links: