mirror of
https://github.com/pinry/pinry.git
synced 2025-11-01 19:05:51 +01:00
Feature: Use docker-compose example file instead of compose-file
This commit is contained in:
2
start_docker_with_current_user.sh
Executable file
2
start_docker_with_current_user.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
CURRENT_UID=$(id -u):$(id -g) sudo docker-compose up ${@}
|
||||
Reference in New Issue
Block a user