Skip to content

Commit

Permalink
Added SFM_GID and SFM_UID to data container.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Littman committed Nov 30, 2016
1 parent 8c77d0d commit 4ca292c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ services:
- ${DATA_VOLUME}
environment:
- TZ
- SFM_UID
- SFM_GID
processingdata:
image: debian:jessie
command: /bin/true
Expand Down
2 changes: 2 additions & 0 deletions example.prod.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ services:
- ${DATA_VOLUME}
environment:
- TZ
- SFM_UID
- SFM_GID
processingdata:
image: debian:jessie
command: /bin/true
Expand Down

0 comments on commit 4ca292c

Please sign in to comment.