default login not working with new deployment, muiltiple retries #478
-
Hello. After multiple attempts following the quick start process here: git clone -b release https://github.com/netbox-community/netbox-docker.git Everything appears to come up ok, application accessible. However, the default admin credential does not work. This is the same result after multiple attempts, and am not altering any content in the env/netbox.yml, including these two: SUPERUSER_NAME=admin Any ideas? ` docker-compose upStarting netbox-docker_postgres_1 ... done |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
While I haven't ran into this issue after deleting and reinstalling a few times, one thing I do is always wipe my machine and start over. Usually because there's always a persistent container, volume, or network that just hangs around. Warning: this will delete all docker items you may have ever installed. I run them so often, I made an bash alias.
Once this runs, you'll have a clean and empty machine to start over. I also recommend deleting the git repo from your machine, and pulling it down again as they may be writing temp files. |
Beta Was this translation helpful? Give feedback.
While I haven't ran into this issue after deleting and reinstalling a few times, one thing I do is always wipe my machine and start over. Usually because there's always a persistent container, volume, or network that just hangs around.
Warning: this will delete all docker items you may have ever installed.
I run them so often, I made an bash alias.
Once this runs, you'll have a clean and empty machine to sta…