Replies: 1 comment
-
@djhutchie - the docker image should not be environment aware in any way, as this is just a runtime concern. So you don't need to do anything prior to building the image. Assuming you are using docker-compose, then you should just need to adjust the host references here: If you are not using docker compose, then however you are passing the required environment files to the run command is where you would need to make sure that the environment variables passed in have the correct host information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title says, I am curious if i can set up a docker instance that will answer to the host rather than localhost? My first idea is to do a text replace of localhost to before doing the ```docker build -t jetstream-app . comand. Is there a better way?
Beta Was this translation helpful? Give feedback.
All reactions