Jerry Vonau
Jerry Vonau
new wrinkle with FF when trying http://10.8.0.54:10080/ >This address is restricted This address uses a network port which is normally used for purposes other than Web browsing. Firefox has canceled...
``` CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS 2243598e3ee5 nginx_proxy 0.75% 66.36MiB / 1.939GiB 3.34% 1.64kB / 1.36kB 1.74MB / 807kB...
``` iiab-admin@box:/opt/azuracast$ cat docker-compose.yml version: '2.2' services: nginx_proxy: container_name: nginx_proxy image: 'ghcr.io/azuracast/nginx_proxy:${AZURACAST_VERSION:-latest}' ports: - '${AZURACAST_HTTP_PORT:-80}:80' - '${AZURACAST_HTTPS_PORT:-443}:443' volumes: - 'letsencrypt:/etc/nginx/certs' - 'nginx_proxy_vhosts:/etc/nginx/vhost.d' - 'letsencrypt_html:/usr/share/nginx/html' - '/var/run/docker.sock:/tmp/docker.sock:ro' environment: NGINX_TIMEOUT: '${NGINX_TIMEOUT:-1800}' DEFAULT_HOST:...
https://github.com/iiab/iiab/pull/2946#issuecomment-898942911 >Fix FF and I see nginx 502 bad gateway. Shutdown down the main nginx service and the same error is present suggesting the container's nginx is still operational and...
``` iiab-admin@box:/opt/azuracast$ sudo docker logs 1e6c205b976d 2021-08-15 05:41:07+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.5.11+maria~focal started. 2021-08-15 05:41:07+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' 2021-08-15 05:41:07+00:00 [Note] [Entrypoint]:...
Compose file and env files need tinkering http://10.8.0.54:10088 Have a test spin @holta
https://github.com/AzuraCast/AzuraCast/issues/4491
@holta well upstream says its fix and `./docker.sh upgrade` pulled down a new mariadb container today where as yesterday it didn't. I would say retest, at least the networking is...
Think commit e7c8599 should address the ports not being altered. I'm tight for space so I can't test this locally.
Could retrieve azuracast.env then alter the ports with lineinfile for future proofing but for today this is enough to test with and there is a sample for reference.