-
Notifications
You must be signed in to change notification settings - Fork 175
Warnings about passenger_native_support #134
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
Labels
Comments
Can you give all the commands you ran and any relevant contextual information or files for reproducing the issue |
docker-compose.yml: version: "3.1"
services:
redmine:
image: redmine:3.4.6-passenger
depends_on:
- db
ports:
- "8080:3000"
environment:
REDMINE_DB_MYSQL: db
REDMINE_DB_PASSWORD: example
db:
image: mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: example
MYSQL_DATABASE: redmine on a docker swarm run |
The container starts up, the log lines after that were:
|
Nice, thanks for the report! Should be fixed by #135. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User does not have enough privileges to compile, download locations are not valid. https://oss-binaries.phusionpassenger.com/binaries/passenger/by_release/5.3.5/rubyext-ruby-2.4.5-x86_64-linux.tar.gz does not exist, but 2.4.4 does
cat passenger_native_support-8fch7x.log
The text was updated successfully, but these errors were encountered: