We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f00c79 commit d5c1d17Copy full SHA for d5c1d17
1 file changed
docker-compose.yml
@@ -1,5 +1,6 @@
1
services:
2
agentv:
3
+ user: "${UID:-1000}:${GID:-1000}"
4
build: .
5
ports:
6
- "${PORT:-3117}:${PORT:-3117}"
0 commit comments