• Joined on 2022-12-16
hrm opened issue dockers/pixelfed#8 2022-12-29 21:24:36 +00:00
Why don't you use a public php image?
hrm commented on issue dockers/pixelfed#3 2022-12-16 11:40:40 +00:00
Issue with Redis password?

Looks like it was this instead:

hrm commented on issue dockers/pixelfed#3 2022-12-16 11:15:22 +00:00
Issue with Redis password?

Same for me. I tried adding the requirepass argument as mentioned here, but that didn't…

hrm commented on issue dockers/pixelfed#4 2022-12-16 10:56:13 +00:00
DB Connection issue

Is the env_file parameter of all of your services pointed to your env file? What is the value of DB_CONNECTION in that env file?

hrm commented on issue dockers/pixelfed#6 2022-12-16 10:51:28 +00:00
First run error: KeyGenerateCommand.php line 109 - Failed to open stream: Permission denied

I was getting the same error while having the env file mounted from outside the container. chmod 777 on it "solved" that, so it looks like the user from within the Docker container has a…