Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
chore: add port mapping health check
Browse files Browse the repository at this point in the history
  • Loading branch information
flyisland committed Jan 25, 2022
1 parent 3402a97 commit 252f330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/tls/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ services:
- "55003:55003"
#SMF over TLS
- "55443:55443"
# Health Check
- "5550:5550"
volumes:
- "./:/run/secrets"
environment:
Expand Down

0 comments on commit 252f330

Please sign in to comment.