You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the docker-compose.yml file need to change line 22 from - ${APP_PORT:-0}:80 to - ${APP_PORT:-80}:80 otherwise can not access it in the browser as expected.
The text was updated successfully, but these errors were encountered:
In the docker-compose.yml file need to change line 22 from
- ${APP_PORT:-0}:80
to- ${APP_PORT:-80}:80
otherwise can not access it in the browser as expected.The text was updated successfully, but these errors were encountered: