Skip to content

Commit 00801e1

Browse files
leavessterGiteaBot
authored andcommittedJul 8, 2023
docs: rootless docker ssh's default port is 2222 (go-gitea#25771)
1 parent 91daded commit 00801e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/content/doc/installation/with-docker-rootless.en-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ services:
119119
- /etc/localtime:/etc/localtime:ro
120120
ports:
121121
- "3000:3000"
122-
- "222:22"
122+
- "2222:2222"
123123
+ depends_on:
124124
+ - db
125125
+

0 commit comments

Comments
 (0)
Please sign in to comment.