Feature: Use docker-compose example file instead of compose-file

This commit is contained in:
winkidney
2018-08-19 03:15:39 -07:00
parent cddb7b3c89
commit d6e5ed066d
5 changed files with 23 additions and 24 deletions

View File

@@ -0,0 +1,2 @@
#!/usr/bin/env bash
CURRENT_UID=$(id -u):$(id -g) sudo docker-compose up ${@}