version: '2' services: hello: image: crccheck/hello-world expose: - "8000" environment: - VIRTUAL_HOST=hello.phillybotc.com #- VIRTUAL_HOST=brodin.rocks,www.brodin.rocks - VIRTUAL_PORT=8000 networks: - net networks: net: external: true