File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 runs-on : ubuntu-20.04
66 services :
77 gitea :
8- image : gitea/gitea:1.14.2
8+ image : gitea/gitea:1.15.0
99 options : --name gitea
1010 volumes :
1111 - /etc/timezone:/etc/timezone:ro
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ Start a temporary git server to host our test remote repository:
1111``` bash
1212# start gitea in background.
1313# see https://docs.gitea.io/en-us/config-cheat-sheet/
14- # see https://github.com/go-gitea/gitea/blob/v1.14.2 /docker/root/etc/s6/gitea/setup
14+ # see https://github.com/go-gitea/gitea/blob/v1.15.0 /docker/root/etc/s6/gitea/setup
1515docker run \
1616 --detach \
1717 --name gitea \
1818 -v /etc/timezone:/etc/timezone:ro \
1919 -v /etc/localtime:/etc/localtime:ro \
2020 -e SECRET_KEY=abracadabra \
2121 -p 3000:3000 \
22- gitea/gitea:1.14.2
22+ gitea/gitea:1.15.0
2323# create user in gitea.
2424docker exec gitea gitea admin user create \
2525 --admin \
You can’t perform that action at this time.
0 commit comments