mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Moves documentation into README files, and improves links and
descriptions.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
This is the simplest example that runs Grist, suitable for local testing.
|
||||
|
||||
It is STRONGLY RECOMMENDED not to use this container in a way that makes it accessible to the internet.
|
||||
This setup lacks basic security or authentication.
|
||||
|
||||
Other examples demonstrate how to set up authentication and HTTPS.
|
||||
|
||||
See https://support.getgrist.com/self-managed for more information.
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
# This is the simplest example that runs Grist, suitable for local testing.
|
||||
|
||||
# It is STRONGLY RECOMMENDED not to use this container in a way that makes it accessible to the internet.
|
||||
# This setup lacks basic security or authentication.
|
||||
# See https://support.getgrist.com for more information.
|
||||
|
||||
services:
|
||||
grist:
|
||||
image: gristlabs/grist:latest
|
||||
|
||||
Reference in New Issue
Block a user