Skip to content

How do I re-use assigned ports? #4539

Answered by davidfowl
NikiforovAll asked this question in Q&A
Discussion options

You must be logged in to vote
var usersDb = builder
    .AddPostgres("dbserver", pAdmin, password)
    .WithDataVolume()
    .WithPgAdmin(c => c.WithHostPort(8001))
    .AddDatabase("users-db");

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@davidfowl
Comment options

Answer selected by NikiforovAll
Comment options

You must be logged in to vote
1 reply
@davidfowl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants