Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
writeFrame
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
writeFrame
Commits
309c5c12
Unverified
Commit
309c5c12
authored
May 06, 2021
by
David Mehren
Committed by
GitHub
May 06, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #179 from hedgedoc/release/1.8.1
Change version to 1.8.1
parents
6b294a15
71f7fbb3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
release.yml
.github/workflows/release.yml
+1
-1
README.md
README.md
+2
-2
docker-compose.yml
docker-compose.yml
+1
-1
No files found.
.github/workflows/release.yml
View file @
309c5c12
...
...
@@ -10,7 +10,7 @@ jobs:
matrix
:
base
:
[
debian
,
alpine
]
env
:
HEDGEDOC_VERSION
:
1.8.
0
HEDGEDOC_VERSION
:
1.8.
1
HEDGEDOC_IMAGE
:
quay.io/hedgedoc/hedgedoc
steps
:
-
name
:
Checkout
...
...
README.md
View file @
309c5c12
...
...
@@ -10,8 +10,8 @@ HedgeDoc docker images are available in two flavors: Debian and Alpine. These ar
<https://quay.io/repository/hedgedoc/hedgedoc>
```
docker pull quay.io/hedgedoc/hedgedoc:1.8.
0
-debian
docker pull quay.io/hedgedoc/hedgedoc:1.8.
0
-alpine
docker pull quay.io/hedgedoc/hedgedoc:1.8.
1
-debian
docker pull quay.io/hedgedoc/hedgedoc:1.8.
1
-alpine
```
We recommend using the Debian version for production deployments and Alpine for expert setups.
...
...
docker-compose.yml
View file @
309c5c12
...
...
@@ -53,7 +53,7 @@ services:
# args:
# - "VERSION=master"
# - "HEDGEDOC_REPOSITORY=https://github.com/hedgedoc/hedgedoc.git"
image
:
quay.io/hedgedoc/hedgedoc:1.8.
0
image
:
quay.io/hedgedoc/hedgedoc:1.8.
1
#mem_limit: 256mb # version 2 only
#memswap_limit: 512mb # version 2 only
#read_only: true # not supported in swarm mode, enable along with tmpfs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment