Skip to content

Commit

Permalink
dont expose jellyfin ports
Browse files Browse the repository at this point in the history
  • Loading branch information
LegitCamper committed Sep 13, 2024
1 parent 66b96bc commit 73e1aca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ services:
restart: always
networks:
- web
ports:
- 8096:8096/tcp
- 8920:8920
expose:
- 8096 # http
- 8920 # https
volumes:
- media:/data/media/:ro
- certbot-certs:/data/certs/:ro
Expand Down

0 comments on commit 73e1aca

Please sign in to comment.