tools/gitea.sh
Jason Hempstead d37f538dcc
🦈🏠🐜 Initial Commit 🐜🦈🏠
2020-08-05 19:12:39 -04:00

10 lines
271 B
Bash

mkdir -p /var/lib/docker/storage/gitea && chmod -Rf 777 /var/lib/docker/storage/gitea
docker run -d --name gitea \
--privileged \
-v /var/lib/docker/storage/gitea:/data \
-p 127.0.0.1:3000:3000 \
-p 7822:7822 \
--restart=always \
registry.casjay.in/latest/gitea:latest