This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pinry
mirror of
https://github.com/pinry/pinry.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
44
Wiki
Activity
Browse Source
Fix: Fix non-effect env
pull/131/head
winkidney
6 years ago
parent
d6e5ed066d
commit
08fc46e667
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
start_docker_with_current_user.sh
+ 2
- 1
start_docker_with_current_user.sh
View File
@@ -1,2 +1,3 @@
#!/usr/bin/env bash
CURRENT_UID=$(id -u):$(id -g) sudo docker-compose up ${@}
_CURRENT_UID=$(id -u):$(id -g)
sudo CURRENT_UID=${_CURRENT_UID} docker-compose up ${@}
Write
Preview
Loading…
Cancel
Save