version: '2' services: app: container_name: filestash image: machines/filestash restart: always environment: - APPLICATION_URL=files.jaredtsmith.com ports: - "8334:8334" volumes: - /var/lib/docker/volumes/filestash/:/app/data/state:Z