-
[Support] Linuxserver.io - Netbox
@Keith Ellis so I took your advise and pretty much started all over, new network, new dockers and used the official redis docker so didn't require authentication and after after a couple of tries, it just works. I have no idea what what going on. Thank you again for the response.
-
[Support] Linuxserver.io - Netbox
I was hoping to get some help. Whenever i start the container and go to the url i get an error: EDIT: I went and created a new docker network and have both containers pointing to that network and still have the same problem. My Netbox compose is: I get the same error when I try to use the official redis docker docker run -d --name='netbox' --net='bridge' --pids-limit 2048 -e TZ="America/Chicago" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="netbox" -e 'SUPERUSER_EMAIL'='[email protected]' # my email -e 'SUPERUSER_PASSWORD'='xxxxxxxxxx' # my password -e 'ALLOWED_HOST'='xxx.xxx.xx.xx' #using my unraid server ip address -e 'DB_NAME'='netbox' -e 'DB_USER'='xxxxxxx' -e 'DB_PASSWORD'='xxxxxxx' -e 'DB_HOST'='xxx.xxx.xx.xx' -e 'DB_PORT'='xxxx' -e 'REDIS_HOST'='xxx.xxx.xx.xx' # using my unraid server address -e 'REDIS_PORT'='6380' # using the a75g redis repo so I assign it 6380 because I already had the official redis install -e 'REDIS_PASSWORD'='xxxxxxxxxxx' # my redis password -e 'REDIS_DB_TASK'='0' -e 'REDIS_DB_CACHE'='1' -e 'BASE_PATH'='' -e 'REMOTE_AUTH_ENABLED'='' -e 'REMOTE_AUTH_BACKEND'='' -e 'REMOTE_AUTH_HEADER'='' -e 'REMOTE_AUTH_AUTO_CREATE_USER'='' -e 'REMOTE_AUTH_DEFAULT_GROUPS'='' -e 'REMOTE_AUTH_DEFAULT_PERMISSIONS'='' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='022' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://xxx.xxx.xx.xx:8003/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/netbox-logo.png' -p '8003:8000/tcp' -v '/mnt/user/appdata/netbox':'/config':'rw' 'lscr.io/linuxserver/netbox' My redis compse is: docker run -d --name='redis-a75g-repo' --net='bridge' --pids-limit 2048 -e TZ="America/Chicago" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="redis-a75g-repo" -e 'ALLOW_EMPTY_PASSWORD'='no' -e 'REDIS_PASSWORD'='xxxxxxxxxxx' -e 'REDIS_EXTRA_FLAGS'='--auto-aof-rewrite-percentage 100 --auto-aof-rewrite-min-size 64mb' -e 'CA_TS_FALLBACK_DIR'='/bitnami/redis' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/redis.png' -p '6380:6379/tcp' -v '/mnt/user/appdata/redis':'/bitnami/redis':'rw' 'bitnamisecure/redis:latest'
ziamajr
Members
-
Joined
-
Last visited