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
Thanks for a very nice product. Is there any possibility to define custom port for adminer? I'm using docker compose and internal port 8080 is already bound:
...microservice-catalog>docker-compose up
Creating network "microservice-catalog_default" with the default driver
Creating microservice-catalog_adminer_1 ...
Creating microservice-catalog_microcatalog_1 ...
Creating microservice-catalog_microcatalog_1 ... error
WARNING: Host is already in use by another container
Creating microservice-catalog_adminer_1 ... done
ERROR: for microservice-catalog_microcatalog_1 Cannot start service microcatalog: driver failed programming external connectivity on endpoint microservice-catalog_microcatalog_1 (ef2bdfa5426b8bb7f44Creating microservice-catalog_db_1 ... done
ERROR: for microcatalog Cannot start service microcatalog: driver failed programming external connectivity on endpoint microservice-catalog_microcatalog_1 (ef2bdfa5426b8bb7f44af95f6eb47e91753035784e5346c2c3e18149b064de34): Bind for 0.0.0.0:8080 failed: port is already allocated
ERROR: Encountered errors while bringing up the project.
Is there any possibility to define custom port for adminer?
Sure, specify a different external port in your docker-compose.yml. I believe you got the order of the ports mixed up in 8080:9080, It's host port:container port.
Hello folks,
Thanks for a very nice product. Is there any possibility to define custom port for adminer? I'm using docker compose and internal port 8080 is already bound:
You can reproduce it via
The text was updated successfully, but these errors were encountered: