Add 2222:2222 ports mapping.

Signed-off-by: Mario Candela <m4r10.php@gmail.com>
This commit is contained in:
Mario Candela
2022-12-18 18:49:13 +01:00
committed by GitHub
parent d062435818
commit c98b888985

View File

@ -8,6 +8,7 @@ services:
restart: always
ports: # Remove me, if you use configuration network_mode: host
- "22:22"
- "2222:2222"
- "8080:8080"
- "80:80"
- "3306:3306"