-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Installing RainLoop web mail #613
Comments
You would need to change docker-compose.yml =>
Last line: |
Awesome, thank you! |
Very odd. I am still getting the same error. I even rebooted my server. |
Figured it out! First, I needed to find the id of the Docker phpfpm module, so I did the following:
You'll see an ID next to the mailcow/phpfpm module. Copy it. The I accessed that module by entering:
Note: Replace Then, type Copy the UID value. Mine was 82. Type Then, type Obviously, replace Finally, type That worked for me. |
ID and UID would change every time we restart the machine or docker down/up, right @DougBeney ? |
Not completely sure. I have restarted my server before and I didn't run into the same problem. |
I tried installing RainLoop by doing the following:
Then, I go into my browser to
mymailserver.com/rainloop
and I get this error:From a little bit of research, this seems like a permissions error so I do the following:
The first error is gone, however, now I have this error:
I tried a few different things such as
chown
ing my rainloop directory recursively aswww-data
, but that did not work either.Any idea what I am doing wrong?
Also, to be clear, this seems to be some PHP file creation error.
I troubleshooted by creating a file named
test.php
with the following code:When I visited this file in my browser, I got the error:
Warning: mkdir(): Read-only file system in /web/rainloop/test.php on line 2
The text was updated successfully, but these errors were encountered: