Created
May 15, 2022 05:24
-
-
Save typebrook/58f074d2e0b9e284883a8ec59f74335e to your computer and use it in GitHub Desktop.
Panorama solution with hugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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