Update docker-compose.yml
add expose flag
This commit is contained in:
parent
8ae6621620
commit
4c1e82ebdc
1 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,8 @@ 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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue