Skip to content

Commit

Permalink
rootless docker ssh's default port is 2222
Browse files Browse the repository at this point in the history
  • Loading branch information
leavesster committed Jul 8, 2023
1 parent 2ff0c12 commit 1515c95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- "222:22"
- "2222:2222"
+ depends_on:
+ - db
+
Expand Down

0 comments on commit 1515c95

Please sign in to comment.