Skip to content

Commit

Permalink
Merge pull request #22 from SylivanKenobi/fix/docker-run
Browse files Browse the repository at this point in the history
update readme for rootles image
  • Loading branch information
daya0576 authored Dec 6, 2024
2 parents 6967a05 + 464ae06 commit 99e0567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ docker run -d --name beaverhabits \
-v /path/to/host/directory:/app/.user/ \
-p 8080:8080 \
--restart unless-stopped \
-u $(id -u):$(id -g) \
daya0576/beaverhabits:latest
```

Expand Down

0 comments on commit 99e0567

Please sign in to comment.