access docker container's port
问题 I have two websites running in my local computer: App A: a wordpress app running in docker and is accessible from this: http://localhost:5000 App B: another app running in the local web server http://localhost:80 The problem is, when I try to access the wordpress control panel (http://localhost:5000/wp-admin), the browser shows NOT Found error, and the URL on the browser address bar shows "http://localhost/wp-admin/" (port 5000 automatically disappeared). My guess is that the browser is