# Baserow
```bash
docker run --rm \
--name baserow \
-e BASEROW_PUBLIC_URL=http://localhost \
-v ~/Documents/baserow/data:/baserow/data \
-p 80:80 \
-p 443:443 \
baserow/baserow:1.32.5
```
oh look, [a kubernetes config](https://baserow.io/docs/installation%2Finstall-with-k8s) and [a helm chart](https://baserow.io/docs/installation/install-with-helm).
I'm using [[Caddy]] on another computer to route to this service.
I tried the helm chart (both official and community) and did not get a working service out of it. Kubernetes might be too much for me right now (I just want to get this working).