Change port of localhost for docker setup (#429)

This commit is contained in:
Cody Beck 2024-11-07 13:45:36 -07:00 committed by GitHub
parent e09d5bb1e1
commit e56bc3a1f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,7 @@ docker compose build
# Run locally with `docker-compose`
docker compose up
# Go to http://localhost:8080
# Go to http://localhost:8888
```
<!-- LICENSE -->