Really enjoying the book. Thanks!
I’m just wondering why you expose port 22:22 in the docker-compose.yml but you don’t install sshd on the server. Is this for a down the road feature (i.e. add sshd to server) . Also it generates a port in use error when you do bin/start on Mac since I’ve got Remote Login configured. Wouldn’t something like 9022:22 be ‘safer’ ?