#Hello everyone,

1 messages · Page 1 of 1 (latest)

cobalt hawk
#

the services seem running but I only able to access to port 8080 that the called method exposed, the other services such as phpmyadmin is unaccessable.

lavish hemlock
#

Hi @cobalt hawk !

A couple of things, today, use .asService({ useEntrypoint: true }) on any DB or similar containers where you need the entrypoint to execute. We're bringing that default behavior back: https://github.com/dagger/dagger/issues/9305

Additionally, you may want to check out using this module: https://github.com/kpenfound/dagger-modules/tree/main/proxy
to allow you to return one proxy service to your local host and access all of your Dagger services through it.
Like in this example:: https://github.com/jpadams/legend-daggerize-minimal-maven/blob/main/dagger/src/index.ts#L26-L31

GitHub

Problem Dagger 0.15 introduced a simpler networking API. As a side-effect, we lost out-of-the-box compatibility with the Docker ecosystem - specifically long-running services packaged as turnkey OC...

GitHub

Contribute to kpenfound/dagger-modules development by creating an account on GitHub.