Add emby and gitlab

This commit is contained in:
Paul-Henri Froidmont 2017-12-30 05:28:32 +01:00
parent 9b031c14b6
commit 409828214b
13 changed files with 1743 additions and 3 deletions

View file

@ -0,0 +1,5 @@
#!/bin/bash
set -e
docker-compose exec gitlab chown -R $1:$1 /var/opt/gitlab/backups
docker-compose exec gitlab gitlab-rake gitlab:backup:restore force=yes