1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 01:36:18 +00:00
This commit is contained in:
bgamard
2023-03-12 13:58:03 +01:00
parent c85a951a9e
commit 59597e962d
5 changed files with 7 additions and 7 deletions

View File

@@ -59,7 +59,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.10`
- Latest stable version: `sismics/docs:v1.11`
The data directory is `/data`. Don't forget to mount a volume on it.
@@ -102,7 +102,7 @@ version: '3'
services:
# Teedy Application
teedy-server:
image: sismics/docs:v1.10
image: sismics/docs:v1.11
restart: unless-stopped
ports:
# Map internal port to host
@@ -125,7 +125,7 @@ version: '3'
services:
# Teedy Application
teedy-server:
image: sismics/docs:v1.10
image: sismics/docs:v1.11
restart: unless-stopped
ports:
# Map internal port to host