We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed77bc commit c261284Copy full SHA for c261284
README.md
@@ -96,6 +96,8 @@ docker build -t teslabot .
96
97
and then replace the `ghcr..` in the `docker run` command with `teslabot`.
98
99
+You can also use `docker-compose up` to build and start in one go. Review [the very basic yaml file](docker-compose.yaml) first.
100
+
101
## Installation without docker
102
103
```
docker-compose.yaml
@@ -0,0 +1,6 @@
1
+version: '2'
2
+services:
3
+ bot:
4
+ image: "ghcr.io/eras/teslabot:latest"
5
+ volumes:
6
+ - ./data:/data
0 commit comments