Replies: 1 comment 1 reply
-
| @SPConlin I'd like to understand the use case more. We are using alternate addresses (couchbase feature) to map IPs from inside to outside the docker container, so I'm not sure if changing the hostname makes sense in this environment. | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to specify the node/server name to be used for a Couchbase container launched via TestContainers?
I have recently noticed that the Couchbase server/node is named with the Docker IP when created via TestContainers but defaults to "127.0.0.1" if configured manually. I would like to be able to not use the Docker IP for the name.
Beta Was this translation helpful? Give feedback.
All reactions