We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3b1ea commit f5c72c6Copy full SHA for f5c72c6
README.md
@@ -66,7 +66,7 @@ This can be done as described in the following:
66
docker run -d -p 8087:8087 \
67
-v scripts:/opt/sinusbot/scripts \
68
-v data:/opt/sinusbot/data \
69
- -e UID=$(id -u sinusbot)
+ -e UID=$(id -u sinusbot) \
70
-e GID=$(id -g sinusbot) \
71
--name sinusbot \
72
sinusbot/docker
0 commit comments