Skip to content

Instantly share code, notes, and snippets.

@rascode
Created October 17, 2022 19:20
Show Gist options
  • Save rascode/1fa529e696b10be7895a43707101a791 to your computer and use it in GitHub Desktop.
Save rascode/1fa529e696b10be7895a43707101a791 to your computer and use it in GitHub Desktop.
docker run \
-d \
--name baserow \
-e BASEROW_PUBLIC_URL=http://base.local \
-v /path/to/persisted/data:/baserow/data \
-p 80:80 \
-p 443:443 \
--restart unless-stopped \
baserow/baserow:1.12.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment