Skip to content

Commit

Permalink
chore: Remove mapping of TCP port 22 in the container to port 20022 o…
Browse files Browse the repository at this point in the history
…n the host
  • Loading branch information
dragonfire1119 committed May 9, 2024
1 parent 6bc9633 commit 620c03a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion genmon/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 620c03a

Please sign in to comment.