Skip to content

Commit 7909f08

Browse files
author
Inkedstinct
committed
docs(getting-started): Add UID / GUID information
1 parent a2121d0 commit 7909f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/script/getting_started/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
docker compose up -d
3+
UID="$(id -u)" GUID="$(id -g) " docker compose up -d
44

55
docker compose logs sensor -f &
66

0 commit comments

Comments
 (0)