mirror of
https://github.com/pinry/pinry.git
synced 2026-05-05 20:05:40 +02:00
4 lines
107 B
Bash
Executable File
4 lines
107 B
Bash
Executable File
#!/usr/bin/env bash
|
|
_CURRENT_UID=$(id -u):$(id -g)
|
|
sudo CURRENT_UID=${_CURRENT_UID} docker-compose up ${@}
|