Skip to content

Commit

Permalink
docs: 📝 adjust README for container paths
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed May 14, 2024
1 parent d3d0a1f commit 49b5c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ To register the agent running in a container, run the following:
```shell
podman run --rm --hostname go-hass-agent-container \
--network host \
--volume go-hass-agent:/home/gouser \
--volume go-hass-agent:/home/ubuntu \
ghcr.io/joshuar/go-hass-agent register \
--server https://some.server:port \
--token longlivedtoken
Expand All @@ -200,7 +200,7 @@ Once registered, run the agent with:
```shell
podman run --hostname go-hass-agent-container --name my-go-hass-agent \
--network host \
--volume go-hass-agent:/home/gouser \
--volume go-hass-agent:/home/ubuntu \
--volume /proc:/host/proc:ro --volume /sys:/host/sys:ro \
--volume /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket:ro \
--volume /run/user/1000/bus:/run/user/1000/bus:ro \
Expand Down

0 comments on commit 49b5c08

Please sign in to comment.