We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46200be commit bfa1d87Copy full SHA for bfa1d87
.travis.yml
@@ -4,6 +4,8 @@ env:
4
- MINIO_VER="RELEASE.2019-09-26T19-42-35Z"
5
- ALPINE_VER="3.10"
6
- COMPOSE_HTTP_TIMEOUT="300"
7
+ - UID="2000"
8
+ - GID="2000"
9
services:
10
- docker
11
main: &main
LNX-docker-compose.yml
@@ -36,7 +36,7 @@ services:
36
"
37
# ports:
38
# - "8888:8888"
39
- user: 2000:2000
+ user: ${UID}:${GID}
40
volumes:
41
- .:/src
42
- /tmp/.X11-unix:/tmp/.X11-unix:rw
0 commit comments