#!/bin/bash chown -R git:git /data /app/gogs setcap CAP_NET_BIND_SERVICE=+eip /app/gogs/gogs su - git -c '/app/gogs/gogs web -port 80'