Open GamerClassN7 opened 2 months ago
We need more information from you here, please set the CN_LOG_LEVEL
environment variable to debug
for the ContainerNursery container and check the logs for more information about what's going wrong here.
Same configuration here and I'm able to get CN to stop said container, but unable to start it. Did you find amy fix for this?
I enabled debug as well and I could clearly see all the steps involved in stopping, but after that nothing else is written in the logs when accessing the domain address.
Same configuration here and I'm able to get CN to stop said container, but unable to start it. Did you find amy fix for this?
I enabled debug as well and I could clearly see all the steps involved in stopping, but after that nothing else is written in the logs when accessing the domain address.
That usually means that the traffic isn’t routed through CN in the first place. Thus CN doesn’t know when you want to access the container and can’t start it.
Figured as much, but I can't find the mistake in the configuration:
version: "3.8"
services:
nginx:
image: jc21/nginx-proxy-manager:latest
restart: unless-stopped
ports:
- 80:80
- 443:443
- 81:81
services:
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
container_name: prowlarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /srv/dockerdata/prowlarr:/config
ports:
- 9001:9696
restart: unless-stopped
Tried using CN both with a bridge between containers and with the local IP as well, but same result.
1.
root@docker:/srv/dockerdata/containernursery$ cat config.yml
proxyListeningPort: 80
proxyHosts:
- domain: prowlarr.domain.com
containerName: prowlarr
displayName: Prowlarr
proxyHost: prowlarr
proxyPort: 9696
timeoutSeconds: 15
stopOnTimeoutIfCpuUsageBelow: 50
proxyUseHttps: false
proxyUseCustomMethod: GET
2.
root@docker:/srv/dockerdata/containernursery$ cat config.yml
proxyListeningPort: 80
proxyHosts:
- domain: prowlarr.domain.com
containerName: prowlarr
displayName: Prowlarr
proxyHost: 192.168.0.50
proxyPort: 9001
timeoutSeconds: 15
stopOnTimeoutIfCpuUsageBelow: 50
proxyUseHttps: false
proxyUseCustomMethod: GET
Am I doing something wrong here?
here?
Solved by redeploying the container using the host network.
hello, i am trying to setup ContainerNursery but i was not able to setup it correctly with NPM can anyone help me ?
My configs are following and only think i get is 502 Bad Gateway.
Can anyone try to point any issues in docker files or in config, since i tryed everything i could, without any sucess thank you