after default installation (docker installation) everything is working fine but after the docker host restart
all changes are lost / whole awx system is set to default settings
After default install login to web gui, create a new team or new user or new organisation, restart docker host - after restart and logging in all changes are lost / system is at default state
we should be see the new team we added to configuration
there are no new teams / default config
Your /tmp directory is probably cleared at reboot, you can change where the installer chooses to set up the postgres data directory: https://github.com/ansible/awx/blob/devel/installer/inventory#L30
Most helpful comment
Your /tmp directory is probably cleared at reboot, you can change where the installer chooses to set up the postgres data directory: https://github.com/ansible/awx/blob/devel/installer/inventory#L30