-
Notifications
You must be signed in to change notification settings - Fork 282
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
[BUG] container won't start #1115
Comments
I have the same issue with the latest docker-compose at start. 😢
|
I also just installed it on DS918+ with DSM 7.1.1. With I only created the necessary folders in advance. Did you try without UID/GID? Content of my
|
Sounds like the container has a problem with the network setup. What settings are you using, @Monoboy4ik ? Are you running in privileged mode, maybe? |
I found out that if I change the port in the settings from 17442 to 443 (I use a reverse proxy), then the container does not start services: |
I see. But the reverse proxy should allow to map any port to the "outside" world, right? |
you're right, I added "privileged: true" but it didn't help |
I thought that these settings only affect the formation of the correct link to the downloaded file, but it looks like another proxy is trying to rise inside the container... |
General advice seems to be |
Describe the bug
Installed with
latest
tag and the following env varsresults in following errors.
I switched to the
nightly
tag with the same env vars.results in the following errors.
any help on what I am doing wrong?
further details;
I am trying to install this on a Synology NAS (DSM 7.1.1-42962 Update 6) with docker installed, other containers are operating as expected.
The text was updated successfully, but these errors were encountered: