Skip to content

Commit

Permalink
1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jendib committed Mar 12, 2023
1 parent c85a951 commit 59597e9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion docs-web-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion docs-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 59597e9

Please sign in to comment.