Skip to content

Commit 8b766eb

Browse files
- Experiment with docker user again.
1 parent b5ff389 commit 8b766eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: "3.9"
22

33
services:
44
stackqlsrv:
5+
user: "${UID}:${GID}"
56
image: "${STACKQL_IMAGE_NAME:-stackql/stackql}"
67
build:
78
context: .
@@ -13,8 +14,6 @@ services:
1314
- BUILDMAJORVERSION=${BUILDMAJORVERSION:-1}
1415
- BUILDMINORVERSION=${BUILDMINORVERSION:-1}
1516
- BUILDPATCHVERSION=${BUILDPATCHVERSION:-1}
16-
- UID=${UID}
17-
- GID=${GID}
1817
command:
1918
- bash
2019
- -c

0 commit comments

Comments
 (0)