Skip to content
Snippets Groups Projects
Commit 5bd30a13 authored by jurgenhaas's avatar jurgenhaas
Browse files

#57 Set user 1000 for the main l3d container

parent 53933f4f
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ function startContainer {
else
docker run --name ${COMPOSE_PROJECT_NAME}_l3d -dt \
--hostname ${COMPOSE_PROJECT_NAME}-l3d \
--user 1000 \
--env L3DSHELL=${L3DSHELL} \
--env COMPOSE_PROJECT_NAME=${COMPOSE_PROJECT_NAME} \
--env COMPOSER_DOWNGRADE=${COMPOSER_DOWNGRADE} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment