mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-17 13:58:12 +00:00
Update docker-compose.yml
add expose flag
This commit is contained in:
parent
8ae6621620
commit
4c1e82ebdc
|
@ -6,8 +6,10 @@ services:
|
||||||
hostname: rocketchat
|
hostname: rocketchat
|
||||||
image: registry.rocket.chat/rocketchat/rocket.chat:latest
|
image: registry.rocket.chat/rocketchat/rocket.chat:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
expose:
|
||||||
|
- 3000
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000 # web ui
|
- 3000:3000 # web ui
|
||||||
#labels:
|
#labels:
|
||||||
# - traefik.enable=true
|
# - traefik.enable=true
|
||||||
# - traefik.http.routers.rocketchat.rule=Host(`chat.example.com`) # pls change
|
# - traefik.http.routers.rocketchat.rule=Host(`chat.example.com`) # pls change
|
||||||
|
|
Loading…
Reference in New Issue
Block a user