Skip to content

Commit

Permalink
test: add Makefile to wrap around docker-compose.yml (#171)
Browse files Browse the repository at this point in the history
This allows to set uid and gid for MinIO

Signed-off-by: Raphaël Pinson <raphael.pinson@camptocamp.com>
  • Loading branch information
raphink committed Jun 16, 2021
1 parent 529bb21 commit 156f59d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/Makefile
@@ -0,0 +1,5 @@
UID=$(shell id -u)
GID=$(shell id -g)

test:
UID="${UID}" GID="${GID}" docker-compose up -d

0 comments on commit 156f59d

Please sign in to comment.