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

Airsend & HA Container #12

Open
alexicna92 opened this issue Mar 29, 2024 · 1 comment
Open

Airsend & HA Container #12

alexicna92 opened this issue Mar 29, 2024 · 1 comment

Comments

@alexicna92
Copy link

Hello , how can I install in HA Container (docker) ?
I have no supervisor for add-ons.
Do you have docker image with config info ?
It would really help me

@nicotontige
Copy link

If you still have the issue, you just have to put home assistant configuration file in a volume.
Here an example with docker-compose:

version: '3'
services:
homeassistant:
container_name: homeassistant
image: homeassistant/home-assistant:latest
volumes:
- /docker/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
ports:
- 8123:8123

The volume /config will have all the configuration files of home assistant, and addons too

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