Skip to content

Commit d0b7a0b

Browse files
committed
Fix URL to Ladybug explorer
1 parent 80e5f4f commit d0b7a0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To access an existing Ladybug database, you can mount its path to the `/database
1212
docker run -p 8000:8000 \
1313
-v {path to the directory containing the database file}:/database \
1414
-e LBUG_FILE={database file name} \
15-
--rm lbugdb/api-server:latest
15+
--rm ghcr.io/ladybugdb/explorer:latest
1616
```
1717

1818
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

Comments
 (0)