1
0
Fork
You've already forked wiki
0

Improve development container #1

Merged
retropikzel merged 4 commits from sham1/sundry-improvements into main 2026年05月14日 12:51:19 +02:00 AGit
Collaborator
Copy link

This change makes use of the official Dokuwiki container image, and makes build.sh executable by default.

This change makes use of the official Dokuwiki container image, and makes `build.sh` executable by default.

Nice work, glad you found the dokuwiki image and we can get rid of the chmod 777 I put in there.

Docker ports in readme need to be changed from 8080:80 -> 8080:8080

The markdown plugin does not seem to work. The start page shows: <!DOCTYPE markdown> # Scheme Wiki When it should render in markdown.

Nice work, glad you found the dokuwiki image and we can get rid of the chmod 777 I put in there. Docker ports in readme need to be changed from 8080:80 -> 8080:8080 The markdown plugin does not seem to work. The start page shows: `<!DOCTYPE markdown> # Scheme Wiki` When it should render in markdown.
Author
Collaborator
Copy link

Seems to work for me:

image

Seems to work for me: ![image](/attachments/d0c7a3c0-1987-4c67-bc56-ade5ce725766)

Now that the file permissions are not an issue anymore this works:

docker build . --tag=scheme-wiki
docker run -p 8080:8080 -v ${PWD}/dist/pages:/storage/data/pages scheme-wiki

And the COPY in dockerfile is not needed anymore.

Now that the file permissions are not an issue anymore this works: docker build . --tag=scheme-wiki docker run -p 8080:8080 -v ${PWD}/dist/pages:/storage/data/pages scheme-wiki And the COPY in dockerfile is not needed anymore.

Thank you!

Thank you!
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Schemeists/wiki!1
Reference in a new issue
Schemeists/wiki
No description provided.
Delete branch "sham1/sundry-improvements"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?