mirror of
https://github.com/michivonah/docker.git
synced 2026-02-05 23:16:30 +01:00
feat: add simple docker run command for baserow
This commit is contained in:
parent
b2e3b1725d
commit
14bde5a6ac
1 changed files with 8 additions and 0 deletions
8
baserow/docker.sh
Normal file
8
baserow/docker.sh
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue