np226

Members
  • Posts

    2
  • Joined

  • Last visited

np226's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi there I have a quick one, I think it's permissions related. Every time I restart my container it appears my password is lost and I have to go through the forgot password feature. Is there a way to fix this? Cheers Nik
  2. Hi, I was wondering if anybody could help me? I have a container - linuxserver/unifi-controller and I have a manual IP assigned, I have hit advanced > extra parameters, have added --hostname unifi-ctrlr root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='unifi-controller' --net='br0' --ip='192.168.100.2' -e TZ="Australia/Sydney" -e HOST_OS="Unraid" -e 'UDP_PORT_3478'='3478' -e 'TCP_PORT_8080'='8080' -e 'TCP_PORT_8443'='8443' -e 'TCP_PORT_8880'='8880' -e 'TCP_PORT_8843'='8843' -e 'UDP_PORT_10001'='10001' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/appdata/unifi-controller':'/config':'rw' --hostname unifi-ctrlr 'linuxserver/unifi-controller' 2dcfd7d24e972ce44a0c44cf945e4685784659d778b54a613ce75886b444a9ac The command finished successfully! Anyway, the hostname doesn't appear to be assigned to the docker. Same thing for plex. Anyone have any ideas? Cheers Nik