services: homeserver: image: mahuntington/mydebian:homeserver stdin_open: true tty: true container_name: homeserver working_dir: /home/matt volumes: - /home/matt/drive/:/home/matt/mount ports: - "80:80" - "443:443"