Skip to content

Commit 040ffb3

Browse files
authored
Merge pull request gcgarner#130 from Paraphraser/20200926-gitea-kunde21
Switch gitea from kapdap/gitea-rpi to kunde21/gitea-arm
2 parents 1b63f86 + 2c45940 commit 040ffb3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.templates/gitea/service.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
gitea:
22
container_name: gitea
3-
image: kapdap/gitea-rpi
3+
image: "kunde21/gitea-arm:latest"
44
restart: unless-stopped
5-
user: "0"
65
ports:
76
- "7920:3000/tcp"
87
- "2222:22/tcp"
8+
environment:
9+
- USER_UID=1000
10+
- USER_GID=1000
911
env_file:
1012
- ./services/gitea/gitea.env
1113
volumes:

0 commit comments

Comments
 (0)