change ssh port
This commit is contained in:
parent
1143b60576
commit
fd0d844b86
|
@ -29,7 +29,7 @@ services:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- "4003:3000"
|
- "4003:3000"
|
||||||
- "222:22"
|
- "22:22"
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in New Issue