Skip to content

Commit f66d3c8

Browse files
committed
mount data directory and map user/group when starting locally
1 parent 8c7d91b commit f66d3c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ start: build ## start solid-server docker container
1414
docker run --rm \
1515
-it -d \
1616
-p 8443:8443 \
17+
-u "$(id -u):$(id -g)" \
18+
-v $(shell pwd)/data:/opt/solid/data \
1719
--name solid-server \
1820
aveltens/solid-server
1921

0 commit comments

Comments
 (0)