mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-22 12:54:53 -05:00
docs: rootless docker ssh's default port is 2222 (#25771)
This commit is contained in:
parent
2ff0c12a95
commit
52b3052757
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in a new issue