You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/huginn/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Huginn is a system for building agents that perform automated tasks for you onli
18
18
To run the application locally, you can use the following command:
19
19
20
20
```bash
21
-
`docker compose -f ./compose.yaml -f ./compose.dev.yaml up
21
+
docker compose -f ./compose.yaml -f ./compose.dev.yaml up
22
22
```
23
23
This will start the Postgres container and the Huginn container. Huginn will be available at `http://localhost:3000` with the username `admin` and password `password`.
0 commit comments