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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ To access an existing Ladybug database, you can mount its path to the `/database
12
12
docker run -p 8000:8000 \
13
13
-v {path to the directory containing the database file}:/database \
14
14
-e LBUG_FILE={database file name} \
15
-
--rm lbugdb/api-server:latest
15
+
--rm ghcr.io/ladybugdb/explorer:latest
16
16
```
17
17
18
18
By mounting local database files to Docker via `-v {path to the directory containing the database file}:/database` and `-e LBUG_FILE={database file name}`,
0 commit comments