./bwdata/env/global.override.env was not created

I installed bitwarden

sudo docker pull bitwardenrs/server:latest
sudo mkdir ~/bw-data
sudo docker run -d --name bitwarden -v ~/bw-data/:/data/ -p 8099:80 bitwardenrs/server:latest

Unfortunately, it was not created

./bwdata/env/global.override.env

this is what my data directory looks like
bw-data
When I want to go to the admin interface

https://mybitwarden/admin

I will get an answer

The admin panel is disabled, please configure the 'ADMIN_TOKEN' variable to enable it

Hello @gusto sorry to say but BitwardenRS is not the official Bitwarden docker, but another 3rd party service that has now been rebranded under the name of “Vaultwarden”.
I would either suggest reaching out to the proper support community for the server software you downloaded, where the Vaultwarden forums can assist with your issue.

If you want to instead run the official and vetted Bitwarden server you can either chose to use the standard installer, or the new Unified installer (which is still in beta).