Skip to content

Commit

Permalink
Don't run girder as root
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarthisius committed Dec 11, 2018
1 parent 86b4a0f commit df4cde1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stacks/core/swarm-compose.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ services:
- mongo
environment:
- DASHBOARD_URL=https://dashboard.${subdomain}.${domain}
- GOSU_USER=girder:girder
- "GOSU_CHOWN=/tmp/wt-home-dirs /tmp/wt-tale-dirs /tmp/ps"
volumes:
- "/mnt/homes:/tmp/wt-home-dirs"
- "/mnt/homes:/tmp/wt-tale-dirs"
Expand Down

0 comments on commit df4cde1

Please sign in to comment.