Skip to content

Commit 37037ec

Browse files
authored
Aktualisieren von docker-compose.yml
port mappings
1 parent 0bcf774 commit 37037ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/mattermost/docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,13 @@ services:
3434
- no-new-privileges:true
3535
pids_limit: 200
3636
read_only: ${MATTERMOST_CONTAINER_READONLY}
37+
ports:
38+
- 8065:8056/tcp # mattermost http
39+
#- 8443:8443/tcp # mattermost calls
40+
#- 8443:8443/udp # mattermost calls
3741
expose:
3842
- 8065
43+
- 8443
3944
tmpfs:
4045
- /tmp
4146
volumes:

0 commit comments

Comments
 (0)