Change gitea outward facing port

This commit is contained in:
Marko Korhonen 2021-09-03 15:16:18 +03:00
parent 3301139cd3
commit fca406be0d

View file

@ -14,7 +14,7 @@ services:
- proxy
ports:
- "3000:3000"
- "222:22"
- "22:22"
volumes:
- /docker/gitea:/data
- /etc/localtime:/etc/localtime:ro