modified gitea to work with ssh-passthrough per https://docs.gitea.io/en-us/install-with-docker/
This commit is contained in:
@ -5,8 +5,8 @@ services:
|
||||
image: gitea/gitea:1.13.7
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- USER_UID=2000
|
||||
- USER_GID=2000
|
||||
restart: always
|
||||
networks:
|
||||
- gitea
|
||||
@ -14,9 +14,10 @@ services:
|
||||
- /srv/gitea:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /home/git/.ssh/:/data/git/.ssh
|
||||
ports:
|
||||
- "3300:3000"
|
||||
- "3322:22"
|
||||
- "127.0.0.1:3322:22"
|
||||
|
||||
networks:
|
||||
gitea:
|
||||
|
||||
Reference in New Issue
Block a user