mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 05:57:57 +01:00
1.11
This commit is contained in:
parent
c85a951a9e
commit
59597e962d
@ -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.**
|
**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`
|
- 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.
|
The data directory is `/data`. Don't forget to mount a volume on it.
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
# Teedy Application
|
# Teedy Application
|
||||||
teedy-server:
|
teedy-server:
|
||||||
image: sismics/docs:v1.10
|
image: sismics/docs:v1.11
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
# Map internal port to host
|
# Map internal port to host
|
||||||
@ -125,7 +125,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
# Teedy Application
|
# Teedy Application
|
||||||
teedy-server:
|
teedy-server:
|
||||||
image: sismics/docs:v1.10
|
image: sismics/docs:v1.11
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
# Map internal port to host
|
# Map internal port to host
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.sismics.docs</groupId>
|
<groupId>com.sismics.docs</groupId>
|
||||||
<artifactId>docs-parent</artifactId>
|
<artifactId>docs-parent</artifactId>
|
||||||
<version>1.10</version>
|
<version>1.11</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.sismics.docs</groupId>
|
<groupId>com.sismics.docs</groupId>
|
||||||
<artifactId>docs-parent</artifactId>
|
<artifactId>docs-parent</artifactId>
|
||||||
<version>1.10</version>
|
<version>1.11</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.sismics.docs</groupId>
|
<groupId>com.sismics.docs</groupId>
|
||||||
<artifactId>docs-parent</artifactId>
|
<artifactId>docs-parent</artifactId>
|
||||||
<version>1.10</version>
|
<version>1.11</version>
|
||||||
<relativePath>..</relativePath>
|
<relativePath>..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
<groupId>com.sismics.docs</groupId>
|
<groupId>com.sismics.docs</groupId>
|
||||||
<artifactId>docs-parent</artifactId>
|
<artifactId>docs-parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.10</version>
|
<version>1.11</version>
|
||||||
|
|
||||||
<name>Docs Parent</name>
|
<name>Docs Parent</name>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user