1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 01:36:18 +00:00

release 1.10

This commit is contained in:
bgamard
2022-01-02 15:39:00 +01:00
parent 4951229576
commit b19145160e
8 changed files with 7 additions and 19 deletions

View File

@@ -62,7 +62,7 @@ A preconfigured Docker image is available, including OCR and media conversion to
**The default admin password is "admin". Don't forget to change it before going to production.**
- Master branch, can be unstable. Not recommended for production use: `sismics/docs:latest`
- Latest stable version: `sismics/docs:v1.9`
- Latest stable version: `sismics/docs:v1.10`
The data directory is `/data`. Don't forget to mount a volume on it.
@@ -105,7 +105,7 @@ version: '3'
services:
# Teedy Application
teedy-server:
image: sismics/docs:v1.9
image: sismics/docs:v1.10
restart: unless-stopped
ports:
# Map internal port to host
@@ -128,7 +128,7 @@ version: '3'
services:
# Teedy Application
teedy-server:
image: sismics/docs:v1.9
image: sismics/docs:v1.10
restart: unless-stopped
ports:
# Map internal port to host