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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ REDIS_URL="redis://redis:6379"
29
29
Next, spin up docker containers:
30
30
31
31
```bash
32
-
docker compose up -d
32
+
bun docker
33
33
```
34
34
35
35
You should have a server running on `http://localhost:<port>` where the port is set in your `.env` file (default is 3000). You can test the following routes:
0 commit comments