Skip to content

Commit

Permalink
Set user in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Sep 18, 2024
1 parent d3b7592 commit 764ae93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ services:
- PYTHON_USER=dja
- JUPYTER_PASSWORD=datajoint
working_dir: /src
user: 1000:100
volumes:
- .:/src
# tty: true
# stdin_open: true
djtest:
extends:
service: app
Expand Down

0 comments on commit 764ae93

Please sign in to comment.