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

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.sismics.docs</groupId>
<artifactId>docs-parent</artifactId>
<version>1.10</version>
<version>1.11</version>
<relativePath>..</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.sismics.docs</groupId>
<artifactId>docs-parent</artifactId>
<version>1.10</version>
<version>1.11</version>
<relativePath>..</relativePath>
</parent>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.sismics.docs</groupId>
<artifactId>docs-parent</artifactId>
<version>1.10</version>
<version>1.11</version>
<relativePath>..</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<groupId>com.sismics.docs</groupId>
<artifactId>docs-parent</artifactId>
<packaging>pom</packaging>
<version>1.10</version>
<version>1.11</version>
<name>Docs Parent</name>