Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit c8ddb58

Browse files
committed
examples: tutorials: rolling alice: federated forge: alice and bob: bob: docker-compose: forgejo: Correct ssh port within container
Signed-off-by: John Andersen <[email protected]>
1 parent 073a4db commit c8ddb58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tutorials/rolling_alice/federated_forge/alice_and_bob/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- /etc/localtime:/etc/localtime:ro
2323
ports:
2424
- "2000:3000"
25-
- "2022:2222"
25+
- "2022:2022"
2626

2727
alice-forgejo-init-1:
2828
image: ghcr.io/pdxjohnny/healthcheck:activitypub
@@ -55,7 +55,7 @@ services:
5555
- /etc/localtime:/etc/localtime:ro
5656
ports:
5757
- "3000:3000"
58-
- "3022:2222"
58+
- "3022:2022"
5959

6060
alice_forgejo_scitt:
6161
# image: ghcr.io/scitt-community/scitt-api-emulator:main

0 commit comments

Comments
 (0)