Skip to content

Commit d5c1d17

Browse files
authored
fix(docker): run compose service as host user (#1268)
1 parent 5f00c79 commit d5c1d17

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
services:
22
agentv:
3+
user: "${UID:-1000}:${GID:-1000}"
34
build: .
45
ports:
56
- "${PORT:-3117}:${PORT:-3117}"

0 commit comments

Comments
 (0)