Closed jds11111 closed 4 years ago
I can pull the image fine so it must be something with your Internet connection or between your ISP and Docker Hub:
If I try a wget for the same, I get a username/password complaint. How do I set that with docker-compose?
You can't use wget for Docker images.
You were essentially correct about network, but it was not really from my end. The repo blocks me because I am on a VPN.
I turn off the VPN, but now it complains about my using an alias for my network:
$ docker-compose pull && docker-compose up -d
Pulling organizr ... done
Recreating organizr ... error
ERROR: for organizr network-scoped alias is supported only for containers in user defined networks
ERROR: for organizr network-scoped alias is supported only for containers in user defined networks
ERROR: Encountered errors while bringing up the project.
I don't understand, because I created the network to connect a bunch of my containers. Maybe all the network containers need to all be created by docker-compose at the same time? Anyway, if I remove all the network bits, it seems to compose the container ok. However, the web server tells me:
Organizr DB is not writable!!! Please fix...
I try:
sudo chown -R www-data:www-data
Or, to my login name for the www directory in my configs, but it does not fix it.
The "repo" doesnt block anyone, that would be DockerHub, please create a new issue for your current issue, as that is actually a bug.
OK, thanks.
Against all advice, I have been using watchtower, because I set everything up by cli, before there was docker-compose. Today, of all days, when i am having nothing but computer problems, organizr stopped working because of the update. I got the 404 error that pointed me to a page on migration. It seemed that now was the time to migrate to yaml, too, since that is how the instructions started. I used red5s tool to generate a yaml from my current setup, and tried to edit it to fit the new instructions. I eventually got the following, which showed no errors:
However, this timesout getting the container: