mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 18:06:14 +00:00
📝 Update README
This commit is contained in:
parent
4ec303520b
commit
1f13b70c0c
16
README.md
16
README.md
@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
[![License: MPL-2.0][uri_license_image]][uri_license]
|
[![License: MPL-2.0][uri_license_image]][uri_license]
|
||||||
[](https://travis-ci.org/Monogramm/uxbox)
|
[](https://travis-ci.org/Monogramm/uxbox)
|
||||||
|
[](https://hub.docker.com/r/monogramm/uxbox/)
|
||||||
|
[](https://hub.docker.com/r/monogramm/uxbox/)
|
||||||
|
|
||||||
# UXBOX #
|
# UXBOX #
|
||||||
|
|
||||||
@ -19,6 +21,20 @@ The open-source solution for design and prototyping. UXBOX is currently at an ea
|
|||||||
|
|
||||||
UXBOX works with SVG, a standard format, for all your designs and prototypes . This means that all your stuff in UXBOX is portable and editable in many other vector tools and easy to use on the web.
|
UXBOX works with SVG, a standard format, for all your designs and prototypes . This means that all your stuff in UXBOX is portable and editable in many other vector tools and easy to use on the web.
|
||||||
|
|
||||||
|
## Persistent data
|
||||||
|
The UXBOX installation and all data are stored in the database (file uploads, etc). The docker daemon will store that data within the docker directory `/var/lib/docker/volumes/...`. That means your data is saved even if the container crashes, is stopped or deleted.
|
||||||
|
|
||||||
|
To make your data persistent to upgrading and get access for backups is using named docker volume or mount a host folder. To achieve this you need one volume for your database container.
|
||||||
|
|
||||||
|
Database:
|
||||||
|
- `/var/lib/mysql` MySQL / MariaDB Data
|
||||||
|
- `/var/lib/postgresql/data` PostgreSQL Data
|
||||||
|
```console
|
||||||
|
$ docker run -d \
|
||||||
|
-v db:/var/lib/postgresql/data \
|
||||||
|
postgresql
|
||||||
|
```
|
||||||
|
|
||||||
## Contributing ##
|
## Contributing ##
|
||||||
|
|
||||||
**Open to you!**
|
**Open to you!**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user