Skip to content

Commit

Permalink
Don't publish port, only expose
Browse files Browse the repository at this point in the history
  • Loading branch information
trick77 committed Jan 13, 2024
1 parent cfbfacc commit 402f6cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions observium/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
container_name: httpd
restart: unless-stopped
env_file: ./.env
ports:
- "127.0.0.1:8081:8080"
expose:
- 8080
healthcheck:
test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/8080' || exit 1
interval: 10s
Expand Down

0 comments on commit 402f6cf

Please sign in to comment.