mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-21 17:36:59 -05:00
Change internal ssh port for rootless image. (#895)
Change internal ssh port for rootless image to 2222 as the rootless image has ssh running on port 2222. Reviewed-on: https://codeberg.org/forgejo/docs/pulls/895 Reviewed-by: Gusted <gusted@noreply.codeberg.org> Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: apoorv569 <apoorv569@noreply.codeberg.org> Co-committed-by: apoorv569 <apoorv569@noreply.codeberg.org>
This commit is contained in:
parent
6eb5c6fbf3
commit
bd7373c0d8
1 changed files with 2 additions and 1 deletions
|
@ -303,7 +303,8 @@ services:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "222:22"
|
||||
- - "222"22"
|
||||
+ - "222:2222"
|
||||
```
|
||||
|
||||
This will write the configuration into our created `conf` folder and all other data into the `data` folder.
|
||||
|
|
Loading…
Reference in a new issue