change compose port definition for opening 2222

This commit is contained in:
marlon 2024-11-06 13:51:42 -05:00
parent 0cc8970281
commit ecd4d513f5

View File

@ -14,7 +14,7 @@ services:
target: /entrypoint.sh target: /entrypoint.sh
mode: 0555 mode: 0555
ports: ports:
- '2222' - '0.0.0.0:2222:2222'
entrypoint: entrypoint:
/entrypoint.sh /entrypoint.sh
volumes: volumes: