Skip to content

Commit

Permalink
Fix typo in docker-compose.yaml (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
falfab authored Oct 9, 2024
1 parent 18d42ce commit 3c87731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
target: user-overlay
args:
- USER_UID=${STUDIO_USER_UID:-1000}
- USER_GID=${STUDIO_USER_UID:-1000}
- USER_GID=${STUDIO_USER_GID:-1000}
- USERNAME=${STUDIO_USERNAME:-studio-user}
- MOVEIT_STUDIO_BASE_IMAGE=picknikciuser/moveit-studio:${STUDIO_DOCKER_TAG:-main}

Expand Down

0 comments on commit 3c87731

Please sign in to comment.