-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change of Default Port 80 #340
Comments
Hi @AbDhops I perfectly understand the issue you are having, would #271 (comment) be a workaround ? |
Here is a tutorial for socket access: #271 (comment) Let me know if it helps |
OP and me would like the server inside the container to use a different port. The bitnami image can do this, but it does not run on arm64. It would be nice to have the same sort of environment variable in the offical image.
I think this is related to #138 I'm trying to get things to work nicely in vscode/codespaces remote containers and the port number is a bit of a problem. Solution for this image to run on port 9010
|
Any updates to this? Had to switch to |
This will be available on the next phpMyAdmin version, thank you for contributing ! |
This is now live on https://hub.docker.com/_/phpmyadmin |
this works: pma_my:
image: phpmyadmin:latest
environment:
APACHE_PORT: 8123 |
I have working setup of MariaDB and PHP My admin on synology docker. In this, I would like to change default port 80 to something else. Can some one guide me how to do it ?
PS : I know I can map the port like below. But making this, runs the container into dedicated network. Which restrics the access from the host machine.
By changing the default port, I want to change the network mode to "host". So all other applications from the host machine can also access this docker container services.
The text was updated successfully, but these errors were encountered: