From 620c03a61966f6233cb312fab67a84af60aba28a Mon Sep 17 00:00:00 2001 From: Christopher Date: Thu, 9 May 2024 14:27:57 -0500 Subject: [PATCH] chore: Remove mapping of TCP port 22 in the container to port 20022 on the host --- genmon/docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/genmon/docker-compose.yml b/genmon/docker-compose.yml index 8c973c9..2e8357c 100644 --- a/genmon/docker-compose.yml +++ b/genmon/docker-compose.yml @@ -12,7 +12,6 @@ services: - TZ=America/Chicago # Set the timezone to 'America/Chicago' # Ports to expose, mapping the host port to the container port ports: - - "20022:22" # Map TCP port 22 in the container to port 20022 on the host - "38443:443" # Map TCP port 443 in the container to port 38443 on the host - "8000:8000" # Map TCP port 8000 in the container to port 8000 on the host # Define the restart policy for the service container