mirror of
https://github.com/requarks/wiki.git
synced 2026-03-02 22:06:55 -05:00
https://docs.requarks.io/install/docker #1226
Labels
No labels
BETA
BETA
accessibility
backlog
bug
can't replicate
contrib-easy
contrib-hard
contrib-medium
deferred
documentation
duplicate
duplicate
editors
enhancement
invalid
localization
migrate
ui
under review
v3
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wiki-requarks#1226
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @jwilleke on GitHub (Mar 10, 2020).
Originally assigned to: @NGPixel on GitHub.
Describe the bug
A clear and concise description of what the bug is.
User Docker compase on MacOS https://docs.requarks.io/install/docker
To Reproduce
Steps to reproduce the behavior:
It was suggested that the docker-entrypoint.sh files is NOT executable.
Expected behavior
A clear and concise description of what you expected to happen.
The wiki.js to run
Screenshots
If applicable, add screenshots to help explain your problem.
Host Info (please complete the following information):
ProductName: Mac OS X
ProductVersion: 10.15.3
BuildVersion: 19D76
Additional context
Add any other context about the problem here.
@Smankusors commented on GitHub (Mar 11, 2020):
I cannot reproduce this on Ubuntu, I guess it's only on MacOS? What is the output when you run this command?
@jwilleke commented on GitHub (Mar 11, 2020):
What I see on MacOS:
@jwilleke commented on GitHub (Mar 11, 2020):
When I run:
@jwilleke commented on GitHub (Mar 11, 2020):
Using:
https://github.com/jwilleke/docker-wikijs/blob/master/docker-compose.yaml
@Smankusors commented on GitHub (Mar 11, 2020):
Oh yeah it should be
runcommand because the container itself failed to start... but the execute bit permission already there. Could be something wrong with your Docker / MacOS config? What is your Docker version?@jwilleke commented on GitHub (Mar 12, 2020):
docker -v
Docker version 19.03.5, build 633a0ea
@Smankusors commented on GitHub (Apr 16, 2020):
btw with Wiki.js 2.2.51, is this still happen?
@jwilleke commented on GitHub (Apr 17, 2020):
Appears it does.
Mac OS X ProductVersion: 10.15.4 BuildVersion: 19E287
@sbonaime commented on GitHub (Apr 17, 2020):
@jwilleke and if you put sudo before ?
@Smankusors commented on GitHub (Apr 17, 2020):
did this happen only on Wiki.js? How about other container? mysql? or node.js container?