move gitea port to 22
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "2222:22"
|
||||
- "22:22"
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
@@ -38,4 +38,4 @@ services:
|
||||
networks:
|
||||
- gitea
|
||||
volumes:
|
||||
- /srv/gitea-db/postgres:/var/lib/postgresql/data
|
||||
- /srv/gitea-db/postgres:/var/lib/postgresql/data
|
||||
|
||||
Reference in New Issue
Block a user