Created
October 17, 2022 19:20
-
-
Save rascode/1fa529e696b10be7895a43707101a791 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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