Last active 1729917045

knox revised this gist 1729917044. Go to revision

1 file changed, 7 insertions

ToolJet-1.sh(file created)

@@ -0,0 +1,7 @@
1 + docker run \
2 + --name tooljet \
3 + --restart unless-stopped \
4 + -p 80:80 \
5 + --platform linux/amd64 \
6 + -v tooljet_data:/var/lib/postgresql/13/main \
7 + tooljet/try:EE-LTS-latest
Newer Older