Skip to content

Commit

Permalink
fix: defined user via USER env var (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovik committed May 29, 2024
1 parent 798991a commit 02d1f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dial-docker-compose/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
mem_limit: 2200M

core:
user: ${UID:-root}
ports:
- "8080:8080"
image: epam/ai-dial-core:0.9.0
Expand Down

0 comments on commit 02d1f82

Please sign in to comment.