Update docker-compose.yml

add expose flag
This commit is contained in:
LRVT 2024-06-05 10:36:16 +02:00 committed by GitHub
parent 8ae6621620
commit 4c1e82ebdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,8 +6,10 @@ services:
hostname: rocketchat
image: registry.rocket.chat/rocketchat/rocket.chat:latest
restart: unless-stopped
expose:
- 3000
ports:
- 3000:3000 # web ui
- 3000:3000 # web ui
#labels:
# - traefik.enable=true
# - traefik.http.routers.rocketchat.rule=Host(`chat.example.com`) # pls change