1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

docs: rootless docker ssh's default port is 2222 (#25771)

This commit is contained in:
leavesster
2023-07-08 23:38:35 +08:00
committed by GitHub
parent 2ff0c12a95
commit 52b3052757

View File

@@ -119,7 +119,7 @@ services:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "3000:3000" - "3000:3000"
- "222:22" - "2222:2222"
+ depends_on: + depends_on:
+ - db + - db
+ +