Update docker-compose.mdx (#4545)

The name of docker instance now use - and not _ for the name.
This commit is contained in:
Sébastien HOUZET
2024-03-18 16:30:26 +01:00
committed by GitHub
parent 8fb1ab8933
commit 1cc8bdd3e9

View File

@ -24,7 +24,7 @@ REFRESH_TOKEN_SECRET=replace_me_with_a_random_string_refresh
### Not able to login
If you encounter errors, (not able to log into the application after inputting an email) after the inital setup, try running `docker exec -it twenty_backend_1 yarn database:reset` and see if that solves your issue.
If you encounter errors, (not able to log into the application after inputting an email) after the inital setup, try running `docker exec -it twenty-backend-1 yarn database:reset` and see if that solves your issue.
### Cannot connect to server, running behind a reverse proxy