Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to official Gollum image (#410) #411

Merged
merged 3 commits into from
Dec 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions gollum.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"Gollum": {
"description": "A Git Based Wiki on Alpine. <p>Based on a custom docker image: <a href='https://hub.docker.com/r/adtac/gollum-alpine' target='_blank'>https://hub.docker.com/r/adtac/gollum-alpine</a>, available for amd64 architecture only.</p>",
"version": "0.0.2",
"description": "A Git Based Wiki on Alpine. <p>Based on the official docker image: <a href='https://hub.docker.com/r/gollumwiki/gollum' target='_blank'>https://hub.docker.com/r/gollumwiki/gollum</a>, available for amd64 and arm64 architecture.</p>",
"version": "1.0",
"website": "https://github.com/gollum/gollum",
"containers": {
"gollum-alpine": {
"image": "adtac/gollum-alpine",
"image": "gollumwiki/gollum",
"launch_order": 1,
"ports": {
"8080": {
Hooverdan96 marked this conversation as resolved.
Show resolved Hide resolved
Expand All @@ -18,7 +18,7 @@
},
"volumes": {
"/wiki": {
"description": "Choose a share for wiki storage",
"description": "Choose a share for wiki storage. E.g. a create a share called gollum-wiki-storage.",
"label": "Wiki storage"
}
}
Expand Down