Skip to content

Instantly share code, notes, and snippets.

@typebrook
Created May 15, 2022 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save typebrook/58f074d2e0b9e284883a8ec59f74335e to your computer and use it in GitHub Desktop.
Save typebrook/58f074d2e0b9e284883a8ec59f74335e to your computer and use it in GitHub Desktop.
Panorama solution with hugin
.ONESHELL:
all:
GID=`getent group gitea | cut -d: -f3` \
docker-compose up -d
down:
GID=`getent group gitea | cut -d: -f3` \
docker-compose down
install:
sudo systemctl enable gitea.service
sudo systemctl start gitea.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment