Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ODS-6499] Fix 6.x docker images to work as non-root users #190

Open
wants to merge 1 commit into
base: main-6x
Choose a base branch
from

Conversation

semalaiappan
Copy link
Contributor

@semalaiappan semalaiappan commented Sep 20, 2024

For testing purpose update in compose-sandbox-env-build file

you need add ASPNETCORE_HTTP_PORTS: "8080" in under environment: for api: , sandbox-admin: & swagger:

you need add ports for api :

ports:
  - "81:8080"     

you need add ports for sandbox-admin:

ports:
  - "82:8080"     

you need add ports for swagger:

ports:
  - "83:8080"     

image
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant