Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Compose version? #50

Open
mike391 opened this issue Jul 31, 2019 · 2 comments
Open

Docker Compose version? #50

mike391 opened this issue Jul 31, 2019 · 2 comments

Comments

@mike391
Copy link

mike391 commented Jul 31, 2019

Is it possible to create a docker-compose version of those of u without Hass.io can use this awesome addon too?

@webdjoe
Copy link
Contributor

webdjoe commented Jul 31, 2019 via email

@mike391
Copy link
Author

mike391 commented Jul 31, 2019

Got it working:
Docker-compose.yaml for future reference (ill make a PR if you guys want):

version: '2'

services:
  smartglass:
    network_mode: "host"
    restart: unless-stopped
    container_name: smartglass
    image: openxbox/xbox-smartglass-rest
    volumes:
      - /srv/dev-disk-by-label-RAID/Docker/.config/smartglass:/root/.local/share/xbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants