feat: add simple docker run command for baserow

This commit is contained in:
Michi 2026-02-04 21:12:46 +01:00
parent b2e3b1725d
commit 14bde5a6ac

8
baserow/docker.sh Normal file
View file

@ -0,0 +1,8 @@
docker run \
-d \
--name baserow \
-e BASEROW_PUBLIC_URL=http://localhost:4444 \
-v baserow_data:/baserow/data \
-p 4444:80 \
--restart unless-stopped \
baserow/baserow:2.0.6